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
1.0 uses a very different way to do styling, thus need to change quite some of our existing code (especially the styling part). Better upgrade to that earlier before more and more React code are added in.
We will get better performance and the DOM nodes are cleaner since the styles are not mixed.
There are some components Material UI has decided not to implement in V1 and we have to look for third-party implementations or build our own components if we want to upgrade.
1.0 uses a very different way to do styling, thus need to change quite some of our existing code (especially the styling part). Better upgrade to that earlier before more and more React code are added in.
We will get better performance and the DOM nodes are cleaner since the styles are not mixed.
However, from my test there are still some issues. we at least need to wait for the following two to be closed:
mui/material-ui#5524mui/material-ui#5716The text was updated successfully, but these errors were encountered: