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
Currently Material UI v4 and v5 are both implemented.
Migrating from v4 to v5 will need manual rework, due to some breaking changes.
We gonna do it component by component. Some are already upgraded.
ToDo:
Identify a v4 component, and see how it looks atm
Upgrade to v5 and verify if it looks the same (colors, sizing)
Fix if missmatching
Note:
v4 components are imported from '@material-ui/XXXX'
v5 components are imported from '@mui/XXXX'
Happy Hacking
The text was updated successfully, but these errors were encountered:
hello hackers!
Currently Material UI v4 and v5 are both implemented.
Migrating from v4 to v5 will need manual rework, due to some breaking changes.
We gonna do it component by component. Some are already upgraded.
ToDo:
Note:
v4 components are imported from
'@material-ui/XXXX'
v5 components are imported from
'@mui/XXXX'
Happy Hacking
The text was updated successfully, but these errors were encountered: