-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
Peer dependencies restriction on react@0.13 #448
Comments
+1 material-ui 0.7.1 seems to work fine with react 0.13.1. |
I am using material-ui 0.7.1 with react 0.13.1. and getting a " |
@bblumberg +1 I'm too getting this error. |
Even I am having this issue. |
@bblumberg and @irium RadioButtons, TextField and many other components expect you to send "id". If you fail to send one, you will face this issue. Documentation is not clear on this. |
Yeah, this should be mentioned somewhere. For now, I've changed the
This seems working now. |
Thanks for finding a solution @irium! This issue was caused by React's v0.13 breaking change that removed access to |
v0.7.2 has just been pushed to npm! Thank you for your patience. I'm closing this issue for now. If you are still experiencing installation issues, please open up a new issue and let me know. |
Hello! Im using react@0.13 in my app, and want to include your framework, but
npm install ...
does not allow me to =(Can you update package.json if there will no issues on compatibility?
The text was updated successfully, but these errors were encountered: