We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is it possible to create an new Mount to enable React Strict Mode?
Thank you.
I got warned by React DevTools that the component is not running in Strict Mode.
To run the component in Strict Mode, we can just wrap them with StrictMode component prior to rendering.
StrictMode
Ref: https://react.dev/reference/react/StrictMode
The text was updated successfully, but these errors were encountered:
Add React Strict Mode support (bitovi#169)
3ce1656
Add test for React Strict Mode support (bitovi#169)
9f0bca3
Successfully merging a pull request may close this issue.
Is it possible to create an new Mount to enable React Strict Mode?
Thank you.
I got warned by React DevTools that the component is not running in Strict Mode.
To run the component in Strict Mode, we can just wrap them with
StrictMode
component prior to rendering.Ref: https://react.dev/reference/react/StrictMode
The text was updated successfully, but these errors were encountered: