Closed brunobraga95 closed 6 years ago
Migration material-ui to V1 now that the official release is out. https://medium.com/material-ui/material-ui-v1-is-out-e73ce13463eb
Most likely every file that imports a component, color or theme from material
npm install @material-ui/core and the app will crash
npm install @material-ui/core
update material-ui version and fix the breaking changes.
Description
Migration material-ui to V1 now that the official release is out. https://medium.com/material-ui/material-ui-v1-is-out-e73ce13463eb
Screenshots
Files
Most likely every file that imports a component, color or theme from material
To Reproduce
npm install @material-ui/core
and the app will crashTasks
update material-ui version and fix the breaking changes.