-
Notifications
You must be signed in to change notification settings - Fork 64
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
componentWillReceiveProps warning with React 16.9 #44
Comments
Hey @erwanriou, thanks for opening the issue! Yes I've thought a few times about that over the years (#7) but haven't had the time and the need to create a new version with a different library. I'll probably do that soon though as it makes sense to use the benefits of hooks as well so there will probably be a new major version at some point that can only be used in React 16.3+ |
Cool! Yeah lets make the transition to the hooks :) |
Any updates for this issue? |
I'm still getting this warning in the console, any plans to fix? |
Sorry, haven't been able to focus on this library in the past months but I'm now back to work on v3 so this will be fixed as part of that update. |
Due to the use of react-motion, this library have issue with the componentWillReceiveProps warning and might be deprecated in a further version of react.
I suggest to enhance the project to avoid using react-motion that seems an abandonned project. See below the link of the issue on react-motion that haven't been fix.
chenglou/react-motion#569
why not trying using this library instead? https://github.com/react-spring/react-spring
The text was updated successfully, but these errors were encountered: