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 358414f commit 201f893Copy full SHA for 201f893
scripts/jest/TestFlags.js
@@ -88,7 +88,6 @@ function getTestFlags() {
88
enableUseSyncExternalStoreShim: !__VARIANT__,
89
enableSuspenseList: releaseChannel === 'experimental' || www,
90
enableOffscreen: releaseChannel === 'experimental' || www,
91
- useModernStrictMode: releaseChannel === 'experimental',
92
enableLegacyHidden: www,
93
94
// If there's a naming conflict between scheduler and React feature flags, the
0 commit comments