-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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 #3361
Comments
It seems since React 16.9.0,
|
I'm using react 16.13.1 and blueprint 3.26.1. I'm still seeing this error....is that expected? Ah - I see #3979 is still open. |
Until there is a fix/update, what should I do? |
There is an error in React strict mode
|
See #3979 |
Environment
Feature request
Support React Strict Mode to remove unsafe lifecycles, etc.
See: https://reactjs.org/docs/strict-mode.html
Examples
Currently when wrapping Blueprint components with
<React.StrictMode>
, several warnings are exposed as console errors:(There are probably others)
The text was updated successfully, but these errors were encountered: