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
Sorry my bad. I didn't realize there were a lot of breaking changes in the DSL from v0.18 to v1.0-alpha. I need to update my components that were based on v0.18.
I just upgraded from material-ui
0.18.1
to1.0.0-alpha.20
but its not working.I get errors like:
Module not found: Error: Can't resolve 'react' in '/home/vedant/node_modules/material-ui/svg-icons/navigation'
There are a lot of similar
Can't resolve
errors in the js console for different modules in thematerial-ui
directory.I used
yarn upgrade material-ui@next
My
package.json
:Versions
Maybe I'm doing something wrong, but I followed the getting started guide to the letter and I couldn't understand how to fix it
The text was updated successfully, but these errors were encountered: