Skip to content

Commit 9aff2c4

Browse files
committed
Hardcode the setting to false instead
1 parent e35d464 commit 9aff2c4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/shared/forks/ReactFeatureFlags.native-fb.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@
99

1010
import typeof * as FeatureFlagsType from 'shared/ReactFeatureFlags';
1111
import typeof * as ExportsType from './ReactFeatureFlags.native-fb';
12-
import * as DynamicFeatureFlags from './ReactFeatureFlags.www-dynamic';
13-
14-
// Re-export dynamic flags.
15-
const dynamicFeatureFlags: DynamicFeatureFlags = require('ReactFeatureFlags');
16-
export const {enableSyncDefaultUpdates} = dynamicFeatureFlags;
1712

1813
// The rest of the flags are static for better dead code elimination.
1914
export const enableDebugTracing = false;
@@ -65,6 +60,7 @@ export const enableUseRefAccessWarning = false;
6560
export const enableRecursiveCommitTraversal = false;
6661
export const disableSchedulerTimeoutInWorkLoop = false;
6762
export const enableLazyContextPropagation = false;
63+
export const enableSyncDefaultUpdates = false;
6864

6965
// Flow magic to verify the exports of this file match the original version.
7066
// eslint-disable-next-line no-unused-vars

0 commit comments

Comments
 (0)