Skip to content
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

componentWillReceiveProps has been renamed - Warning #69

Closed
gaagai opened this issue Sep 8, 2019 · 2 comments
Closed

componentWillReceiveProps has been renamed - Warning #69

gaagai opened this issue Sep 8, 2019 · 2 comments

Comments

@gaagai
Copy link

gaagai commented Sep 8, 2019

???

@wheeler
Copy link
Contributor

wheeler commented Oct 6, 2019

@gaagai you are seeing this warning because you are using React 16.9 or higher which has warnings about lifecycle methods that are deprecated. This package uses one of those lifecycle methods.

https://reactjs.org/blog/2019/08/08/react-v16.9.0.html#renaming-unsafe-lifecycle-methods

I've created PR #70 to resolve.

@alampros
Copy link
Owner

Resolve by #70 - thanks @wheeler !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants