-
-
Notifications
You must be signed in to change notification settings - Fork 10.4k
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 componentWillMount by UNSAFE_componentWillMount for v3 #6871
Comments
Same with
|
Can someone submit a PR? |
Actually, this is an interesting one because we might break compat with older versions of react if we change the names. We can bump the minor to make it slightly easy, but most folks have caret version selectors and will get that version included. What does everyone think we should do here? |
Since router 3 is going to be used by many projects for many years I think it may be a good practice to publish a separate package called |
I just did a quick check and found no occurrences of |
Same issue |
3.2.4 is out to fix this: |
Expected Behavior
React shouldn't warn about deprecated lifecycle methods
Actual Behavior
React does warn and react-router 3 isn't going to be supported in a next major version of React
The text was updated successfully, but these errors were encountered: