You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
Syntactically speaking, the methods as you have implemented them currently will no longer function as of React 17. You will at least need to use the UNSAFE variants, although I recommend not using them at all, or just using componentDidUpdate.
The text was updated successfully, but these errors were encountered:
dkemper01
changed the title
Unsafe ComponentWill... lifecycle methos
Unsafe ComponentWill... lifecycle methods
May 26, 2020
Thank you for reporting this. Currently, I don't use this lib in any active project. So, if you want to create that fix I will be more than happy to review your pull request and release that change.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Code at issue:
https://github.com/gorangajic/react-svg-morph/blob/master/src/MorphReplace.js#L26, among others.
More on this:
Syntactically speaking, the methods as you have implemented them currently will no longer function as of React 17. You will at least need to use the UNSAFE variants, although I recommend not using them at all, or just using componentDidUpdate.
The text was updated successfully, but these errors were encountered: