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

Support React strict mode #285

Open
bartvde opened this issue May 31, 2018 · 1 comment
Open

Support React strict mode #285

bartvde opened this issue May 31, 2018 · 1 comment

Comments

@bartvde
Copy link

bartvde commented May 31, 2018

Are there any plans to support strict mode for the react components? I.e. to upgrade the components so they can be safely used for the async rendering in newer react versions?

https://reactjs.org/docs/strict-mode.html

Warning: Unsafe lifecycle methods were found within a strict-mode tree:
    in Provider (at app.js:181)
    in App (at index.js:7)

componentWillReceiveProps: Please update the following components to use static getDerivedStateFromProps instead: Select

Learn more about this warning here:
https://fb.me/react-strict-mode-warnings
@amorey
Copy link
Member

amorey commented May 31, 2018 via email

@amorey amorey added this to To do in React upgrade Jun 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
React upgrade
  
To do
Development

No branches or pull requests

2 participants