-
Notifications
You must be signed in to change notification settings - Fork 150
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 raises warning #128
Comments
@frankyjuang Seeing the same behavior when updating my React version. Did you find a solution? |
@ahahn95 nope. I guess there's no way around but fix the library itself. |
I just upgraded React in a couple of projects of mine and this is the last library still popping up warnings. It would be fairly easy to add the Is there any way to ignore this error temporarily so we don't have our consoles full of yellow blocks for now at least? |
UNSAFE will be supported throughout 17. Facebook states they have over 50k components and don't plan to end support for the lifecycle hooks instantly. However, given the activity in this repo, I think it would be wise to move your projects away from this library. In the interim, you could either try submitting a PR yourself or modifying the library and ensuring it isn't rewritten on the next npm install (dirty). |
This was fixed in #124 and released in v3.0.0 |
Reference: https://fb.me/react-unsafe-component-lifecycles
The text was updated successfully, but these errors were encountered: