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
@lawrence-yu React 0.14 was released yesterday and our dependency used to be >=0.13. However, there were still some compat issues with supporting React 0.14.
So we uploaded a temporary fix version (0.12.3) that changes this dependency to ~0.13 -- until we fix the issues with React 0.14 support.
That means that you need React 0.13.x to use the latest release of Material-UI (as of this post)
After installing latest React package 0.14.0, trying install the latest material-ui (as of this post 0.12.3), the material-ui package install fails.
npm ERR! peerinvalid The package react does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer material-ui@0.12.3 wants react@~0.13
npm ERR! peerinvalid Peer react-tap-event-plugin@0.1.8 wants react@^0.14.0-0 || ~0.13.x || ~0.12.x
The text was updated successfully, but these errors were encountered: