We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d6c47b commit 848cc06Copy full SHA for 848cc06
packages/shared/ReactFeatureFlags.js
@@ -147,7 +147,7 @@ export const disableJavaScriptURLs = false;
147
// Modern <StrictMode /> behaviour aligns more with what components
148
// components will encounter in production, especially when used With <Offscreen />.
149
// TODO: clean up legacy <StrictMode /> once tests pass WWW.
150
-export const useModernStrictMode = false;
+export const useModernStrictMode = __NEXT_MAJOR__;
151
152
// Not ready to break experimental yet.
153
// Remove IE and MsApp specific workarounds for innerHTML
0 commit comments