You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug Material-UI v5 has been released. Several breaking changes are included, with the first beta release v5.0.0-beta.0 including several in their release notes. This release will also begin to provide more hooks-based solutions to props functions.
Additional considerations must be resolved prior to upgrading Synectic to Material-UI@5. The best resource is going to be the Migration from v4 to v5 Guide.
The text was updated successfully, but these errors were encountered:
Describe the bug
Material-UI v5 has been released. Several breaking changes are included, with the first beta release v5.0.0-beta.0 including several in their release notes. This release will also begin to provide more hooks-based solutions to props functions.
@material-ui/styles
to@material-ui/styled-engine
; based on v5 deprecation ofmakeStyles
/withStyles
[styles] Dynamic makeStyles unexpected behavior mui/material-ui#15511 (comment) and [docs] Replace makeStyles/withStyles with sx prop and styled mui/material-ui#16947.Additional considerations must be resolved prior to upgrading Synectic to Material-UI@5. The best resource is going to be the Migration from v4 to v5 Guide.
The text was updated successfully, but these errors were encountered: