-
Notifications
You must be signed in to change notification settings - Fork 132
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
Replace componentWillReceiveProps #112
Comments
Seems like this issue isn't fix yet. Are you able to clear the warnings on your side? |
Hello, since the package isn't maintained in a long while, I personally decided to drop it and use another one instead.. |
Which one are you currently using? |
I switched to Victory Native. |
Thank you. Will take a look at it |
how to fix this issue ? |
This package doesn't seem to be actively maintain so you'll have to manually go into the package to change the lifecycle hooks. |
Hello guys reply me: Bar chart: How to show y values on top of every bar |
The componentWillReceiveProps should change since it's going to be deprecated. Right now, the use of this function throws a warning:
Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-async-component-lifecycle-hooks for details.
The text was updated successfully, but these errors were encountered: