-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
react version conflict #259
Comments
Could #194 have fixed this? |
I ran into the same thing today, and running |
I ran into the same thing today as well. I tried running |
Ditto on same error, with removing offending file/npm dedupe working. |
In 0.7.0 we've changed react to a peer dependency. https://github.com/callemall/material-ui/blob/master/package.json#L36 Hopefully, this solves the issue. |
i have the same trouble with 0.7.0 version and |
react is specified as a dependency which result in multiple versions of react loaded and give me the following error
Uncaught TypeError: Cannot read property 'firstChild' of undefined
Shouldn't react be specified as a peerdependency and not dependency?
The text was updated successfully, but these errors were encountered: