-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use with material-ui #270
Comments
see mui/material-ui#1030. |
Also, for those who want a way to use material-ui now with 0.14: mui/material-ui#1712 |
Or possibly https://github.com/juhaelee/material-ui-io but I haven't tried it yet. |
The road to getting all libs upgraded to a 0.14 peer dep seems bumpy, but this is not a problem with this repo, per se, so I'm closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While I tried to install material-ui , there always being something wrong with react :
npm ERR! peerinvalid The package react does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer react-addons-test-utils@0.14.0-rc1 wants react@^0.14.0-rc1
npm ERR! peerinvalid Peer react-tap-event-plugin@0.1.8 wants react@^0.14.0-0 || ~0.13.x || ~0.12.x
npm ERR! peerinvalid Peer material-ui@0.12.1 wants react@>=0.13
But ...... 0.14.0-rc1 is >=0.13 right ?
Do you know how to solve this ?
Ps. though I can still use material-ui to some degree .
The text was updated successfully, but these errors were encountered: