-
-
Notifications
You must be signed in to change notification settings - Fork 362
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
componentWillUpdate has been renamed, #100
Comments
Yep, someone needs to fix this :/ |
Is this repo being mantained by someone? |
The owner of this repo, @chenqingspring, has barely done anything on any of their repos in the last year: https://github.com/chenqingspring I've been looking through all the repo forks but it's hard to find one that is maintained. |
@thomazcapra @fake230 @graemeblackwood we forked this, added typescript and rewrote some parts so now it fits current |
I never got any of the existing |
@lazysergey Thanks for that, bro, it works for me! |
@lazysergey Thanks , now works fine for me |
@lazysergey It not working for me Warning: Using UNSAFE_componentWillUpdate in strict mode is not recommended and may indicate bugs in your code. See https://reactjs.org/link/unsafe-component-lifecycles for details. |
Yo, issue from 2019 |
Warning: componentWillUpdate has been renamed, and is not recommended for use. See https://fb.me/react-async-component-lifecycle-hooks for details.
npx react-codemod rename-unsafe-lifecycles
in your project source folder.Please update the following components: Lottie
The text was updated successfully, but these errors were encountered: