-
Notifications
You must be signed in to change notification settings - Fork 162
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
Update componentWillReceiveProps #68
Comments
Actually I think this will break completely in react 17 since those methods can then only be called with the unsafe_ name. |
Hello @ethanselzer, Do we expect any update regarding this warning soon ? |
Version of react-image-magnify: 2.7.4
|
Issue still here, probably we need to make a fork |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This lifecycle function is deprecated. Would be great if you could add UNSAFE prefix or generally refactor it to componentDidUpdate.
Thanks!
The text was updated successfully, but these errors were encountered: