-
Notifications
You must be signed in to change notification settings - Fork 656
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Theme spacing doesn't work on the new version of emotion-theming #1048
Comments
Check this issue on this sandbox link. (The padding value were expected to be equal to |
I believe this is because you're providing context via This will require a major version bump for rebass but we haven't seen any release at all for over a year. I'm worried that this might never happen. |
I think I have the same issue. I get this error in my Next.js application: Error: The in _api.js I have this import: import {ThemeProvider} from '@emotion/react' |
@emotion/react is not compatible with the current version of emotion. |
I can't use emotion-theming because there isn't typescript support or type definitions for it, so that's why I've tried to use @emotion/react. However, this doesn't import the theme at all... same issue here |
Theme providing does not work with @emotion/react, I can't change any styles, they are not applied at all :( |
Same here. Has anyone looked into the source to see if it’s much work to open a PR with the fix? I may have a look if not. |
This is really sad, is there anything out there similar to rebass? |
You can add a specific working version of
|
Theme spacing doesn't work on the @emotion/react (new version of emotion-theming) theme provider.
The text was updated successfully, but these errors were encountered: