1.
2.
3.
4.
| Tech | Version |
|--------------|---------|
| Material-UI | |
| React | |
| browser | |
| etc | |
Getting this error Nested list item
I'ma having the same after the last update
node_modules/@material-ui/icons/utils/createSvgIcon.js:14:46: Cannot resolve dependency '@material-ui/core/SvgIcon'
UPD
downgraded 1.0.0-rc.0 => 1.0.0-beta.43
and it works
We gonna need a reproduction. It should be fine:
Fix the peer dependency warning
thanks @oliviertassinari !
yarn add @material-ui/core
fixed the issue for me
now I see that it was a "Breaking change" from https://github.com/mui-org/material-ui/releases/tag/v1.0.0-rc.0
@amok Alright. I'm closing the issue then. Thanks for the feedback.
do
npm i @material-ui/core --save
latest is 3.5.1 it will solve the problem
npm i @material-ui/core
saved me.
Thank you @gowdruNikhil
Most helpful comment
thanks @oliviertassinari !
yarn add @material-ui/core
fixed the issue for me