Skip to content

Commit

Permalink
Remove unneeded flag
Browse files Browse the repository at this point in the history
  • Loading branch information
sammy-SC committed Sep 30, 2022
1 parent 358414f commit 201f893
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/jest/TestFlags.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ function getTestFlags() {
enableUseSyncExternalStoreShim: !__VARIANT__,
enableSuspenseList: releaseChannel === 'experimental' || www,
enableOffscreen: releaseChannel === 'experimental' || www,
useModernStrictMode: releaseChannel === 'experimental',
enableLegacyHidden: www,

// If there's a naming conflict between scheduler and React feature flags, the
Expand Down

0 comments on commit 201f893

Please sign in to comment.