I did find this: https://github.com/callemall/material-ui/issues/6520 which made me believe this should partly be solved.
Current versions of material ui should install in current versions of react without warnings
Run npm i and see:
npm WARN [email protected] requires a peer of react@^0.14.0 || ^15.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of react@^0.14.0 || ^15.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of react@^15.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of react-dom@^15.0.0 but none is installed. You must install peer dependencies yourself.
Check where this comes from:
PS C:\Users\alex\apf2> npm list react-event-listener
[email protected] C:\Users\alex\apf2
`-- [email protected]
`-- [email protected]
PS C:\Users\alex\apf2> npm list recompose
[email protected] C:\Users\alex\apf2
`-- [email protected]
`-- [email protected]
PS C:\Users\alex\apf2> npm list react-transition-group
[email protected] C:\Users\alex\apf2
`-- [email protected]
`-- [email protected]
react-scrollbar-size too
I will cut a release by the end of the week.
Most helpful comment
I will cut a release by the end of the week.