Skip to content

Commit

Permalink
Turn on useModernStrictMode in test renderers
Browse files Browse the repository at this point in the history
  • Loading branch information
rickhanlonii committed Dec 13, 2024
1 parent 08dfd0b commit 546e5ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/shared/forks/ReactFeatureFlags.test-renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const enableLegacyHidden = false;

export const enableTransitionTracing = false;

export const useModernStrictMode = false;
export const useModernStrictMode = true;
export const enableDO_NOT_USE_disableStrictPassiveEffect = false;
export const enableFizzExternalRuntime = true;
export const enableDeferRootSchedulingToMicrotask = true;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const enableLegacyHidden = false;

export const enableTransitionTracing = false;

export const useModernStrictMode = false;
export const useModernStrictMode = true;
export const enableDO_NOT_USE_disableStrictPassiveEffect = false;
export const enableFizzExternalRuntime = false;
export const enableDeferRootSchedulingToMicrotask = true;
Expand Down

0 comments on commit 546e5ae

Please sign in to comment.