-
-
Notifications
You must be signed in to change notification settings - Fork 399
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
Dynamic values update issue #1118
Comments
This specifically happens with media queries. I can see that instead of updating the media query, it creates a new empty one. cc @HenriBeck it might be related to the issue we have seen with styled-system and duplicated media queries. |
yeah, basically we would need to remove the old one. I think in general there is an issue with creating nested rules inside dynamic rules |
@bardouni can you provide a codesandbox so we can check your code? Usually, there is an alternative syntax where the issue doesn't exist |
This also might be fixed with #1144 |
fixed in #1242, releasing in 10.0.1 |
Expected behavior:
Dynamic values should update.
Describe the bug:
Dynamic values don't update.
Codesandbox link:
https://codesandbox.io/s/material-demo-xivoe
Versions (please complete the following information):
The text was updated successfully, but these errors were encountered: