-
Notifications
You must be signed in to change notification settings - Fork 801
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
[v4] StrictMode warns even when no unsafe methods are used #860
Comments
|
Sorry to bug you out, but I have issues with |
Should I make new issue? I've made an issue in gatsby: gatsbyjs/gatsby#10179 |
@JustFly1984 - just provide a demo to double check. |
Environment
React Hot Loader version: 4.0.0-beta.22
React: 16.3+
Description
When enabling Strict/Async mode for any part of the tree that contains React components, React warns about unsafe lifecycle methods even when the components don't use them.
This only happens when react-hot-loader/babel plugin is loaded.
Expected behavior
There should be no warnings.
Actual behavior
Reproducible Demo
The text was updated successfully, but these errors were encountered: