-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
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
[Container] classes generated wrongly after migration to emotion #24280
Comments
@oliviertassinari has a proposal solution in #24250 (comment) |
@povilass can you please share a repro where you see the undefined classes? I debugged locally the examples for the container and there aren't any undefined classes, although I don't have any overrides on the Regarding the |
Anyway, I agree that we should soon rather then later update the classes generation to something like it is proposed in #24250 (comment) for making sure we keep this behavior consistent across different components. |
Should have been fixed by #24371 I believe. |
OK let's wait for the new version for now I think we can close it. |
@povilass developers can already test it: https://github.com/mui-org/material-ui/blob/next/CONTRIBUTING.md#how-can-i-use-a-change-that-wasnt-released-yet |
@oliviertassinari Yes it works updated and I used https://ci.codesandbox.io/status/mui-org/material-ui/pr/24371 to find the correct pull request and how to install it to my repository. |
But both combination produces just first undefined?
Current Behavior 😯
Expected Behavior 🤔
Steps to Reproduce 🕹
Updated version from "@material-ui/core": "5.0.0-alpha.21" to "@material-ui/core": "5.0.0-alpha.22"
Reference playground
Overall this probably should be changed to this.
Context 🔦
Updating version.
The text was updated successfully, but these errors were encountered: