Not working with react 0.14 #1488
Labels
core
Infrastructure work going on behind the scenes
duplicate
This issue or pull request already exists
package: material-ui
Specific to @mui/material
I was trying to install material-ui on an app under with
"react": "^0.14.0-beta3"
. However the package.json in master and alarmingly also in the v0.11 branch seem to have"react": ">=0.13"
as a peerDependency.Is there any way around this ? Or are we not going to be able to combine Material-UI and React 0.14 apps for a few months to come ?
The text was updated successfully, but these errors were encountered: