-
-
Notifications
You must be signed in to change notification settings - Fork 739
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
React 17 support #685
Labels
good first issue
Good for newcomers
Comments
Published as v7.1.5 |
I think you got it all wrong.
|
ahah thanks for pointing it out it looked too easy indeed 😅 |
someone can take this up? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
React 16.3 has been released deprecating
componentWillReceiveProps
.I can see your code uses
componentWillReceiveProps
in a couple of places.You can migrate it using https://github.com/reactjs/react-lifecycles-compat
The text was updated successfully, but these errors were encountered: