Material-ui: incompatibility with react v16

Created on 5 Oct 2017  路  2Comments  路  Source: mui-org/material-ui

  • [x] I have searched the issues of this repository and believe that this is not a duplicate.

I did find this: https://github.com/callemall/material-ui/issues/6520 which made me believe this should partly be solved.

Expected Behavior

Current versions of material ui should install in current versions of react without warnings

Current Behavior

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]

Steps to Reproduce (for bugs)

  • install react and react-dom v16.0.0
  • install material-ui v0.19.3
  • run npm i
bug 馃悰 good first issue v0.x

Most helpful comment

I will cut a release by the end of the week.

All 2 comments

react-scrollbar-size too

I will cut a release by the end of the week.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

rbozan picture rbozan  路  3Comments

revskill10 picture revskill10  路  3Comments

ghost picture ghost  路  3Comments

newoga picture newoga  路  3Comments

chris-hinds picture chris-hinds  路  3Comments