xstyled
xstyled copied to clipboard
Attempted import error: `createColorModeProvider` is not exported from `@xstyled/core`.
🐛 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:
To Reproduce
Install the same versions of packages in the React application and run the project