-
Notifications
You must be signed in to change notification settings - Fork 138
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
NPM not updated with create-react-class update #163
Comments
+1. React 16 is now in beta, and with these warning i can't switch to it. Can I open PR or something to help ? |
@KatSick I just ended up switching to react-select unfortunately. Looks like that is being updated fairly often. |
Try version 3.0.0 it's react 16 compatible thanks @elisherer |
@furqanZafar thanks for the update. I just tried upgrading to 3.0.0 but am getting errors about
|
i added it as a peer dep |
I published a new version 3.0.1, to lock react-transition-group peer dependency to version 1.1.2 for now (the latest version has many breaking changes), your package.json must look like this
|
thanks, that worked! 👍 |
@furqanZafar I think that we don't need react-addons-css-transition-group and react-addons-shallow-compare in dependencies anymore? |
@vkrol Hey, I had the same issue. But looks like we need |
NPM package still using
React.createClass
, resulting in the same errors as before. Build scripts also give an error when I try to manually install.The text was updated successfully, but these errors were encountered: