You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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
The text was updated successfully, but these errors were encountered:
Yes but it would definitely speed things up if someone volunteered to take the lead on the project. Would you be interested in working on this? I can help point you to the key places in the code.
On May 31, 2018, at 4:10 AM, Bart van den Eijnden ***@***.***> wrote:
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
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
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
The text was updated successfully, but these errors were encountered: