styled-components / xstyled

A utility-first CSS-in-JS framework built for React. 💅👩‍🎤⚡️
https://xstyled.dev
MIT License
2.27k stars 107 forks source link

Attempted import error: `createColorModeProvider` is not exported from `@xstyled/core`. #376

Closed patrikmasiar closed 1 year ago

patrikmasiar commented 1 year ago

🐛 Bug Report

In my React application, I have installed:

 "@xstyled/core": "^3.6.0",
"@xstyled/styled-components": "^3.6.0",
"styled-components": "^5.3.5"

and I got this error:

Snímka obrazovky 2022-07-27 o 9 24 18

To Reproduce

Install the same versions of packages in the React application and run the project

gregberge commented 1 year ago

It has been fixed.