We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Both library uses @emotion/react and @emotion/styled library.
Bug: function createStyles(token) - replaced ant token on MUI token theme. Please fix this, we cann't update MUI to 5-6 version (legacy).
createStyles(token)
Simple code for reproduce:
Actualy token in console.log() - It's MUI5 theme , not Ant token
Needed token in console.log - ant token (I remove from code).
MUI Migration Guide v5 (section with emotions deps). https://mui.com/material-ui/migration/migration-v4/?srsltid=AfmBOor9aEWjy1M68N5Ulh8fW4-Jf7rKmtlqwe1eR6R0uAC2LpbCp0QD#peer-dependencies
Please help, very critical bug
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Both library uses @emotion/react and @emotion/styled library.
Bug: function
createStyles(token)
- replaced ant token on MUI token theme.Please fix this, we cann't update MUI to 5-6 version (legacy).
Simple code for reproduce:
Actualy token in console.log() - It's MUI5 theme , not Ant token
Needed token in console.log - ant token (I remove from code).
MUI Migration Guide v5 (section with emotions deps). https://mui.com/material-ui/migration/migration-v4/?srsltid=AfmBOor9aEWjy1M68N5Ulh8fW4-Jf7rKmtlqwe1eR6R0uAC2LpbCp0QD#peer-dependencies
Please help, very critical bug
The text was updated successfully, but these errors were encountered: