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 d75105f commit 187567bCopy full SHA for 187567b
packages/shared/ReactFeatureFlags.js
@@ -25,7 +25,7 @@ export const debugRenderPhaseSideEffectsForStrictMode = __DEV__;
25
26
// Helps identify code that is not safe for planned Offscreen API and Suspense semantics;
27
// this feature flag only impacts StrictEffectsMode.
28
-export const enableStrictEffects = false;
+export const enableStrictEffects = true;
29
30
// If TRUE, trees rendered with createRoot will be StrictEffectsMode.
31
// If FALSE, these trees will be StrictLegacyMode.
0 commit comments