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
Gradually upgrade @dictyBase UI packages to use MUI5. Applications that use these packages must also install MUI5 to use the MUI5 Theme Context.
Using codemod:
npx @mui/codemod@latest v5.0.0/preset-safe <path>
Reference While it is still possible to use JSS (makeStyles) for style overrides, it is deprecated and mui recommends migrating to emotion
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Gradually upgrade @dictyBase UI packages to use MUI5. Applications that use these packages must also install MUI5 to use the MUI5 Theme Context.
Using codemod:
...etc
Phase 2
Phase 2 - JSS -> Emotion
Reference
While it is still possible to use JSS (makeStyles) for style overrides, it is deprecated and mui recommends migrating to emotion
The text was updated successfully, but these errors were encountered: