-
Notifications
You must be signed in to change notification settings - Fork 103
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
Warning: componentWillMount is deprecated #82
Comments
I will look into it sometime |
It was announced that the React lifecycle methods componentWillReceiveProps, ComponentWillMount, and componentWillUpdate will be deprecated in a future version of React. This is because of the eventual migration of React to async rendering; these lifecycle methods will become unreliable when async rendering is made default. |
this pull request #90 fixes the problem. |
can you merge the PR? #90 |
Still having the same error |
Thank you guys for your work and continued supported of this wonderful package.
Just thought I would give you a heads up that I am getting warning errors regarding componentWillMount being deprecated in the next major version.
The text was updated successfully, but these errors were encountered: