File tree 1 file changed +1
-5
lines changed 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 9
9
10
10
import typeof * as FeatureFlagsType from 'shared/ReactFeatureFlags' ;
11
11
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 ;
17
12
18
13
// The rest of the flags are static for better dead code elimination.
19
14
export const enableDebugTracing = false ;
@@ -65,6 +60,7 @@ export const enableUseRefAccessWarning = false;
65
60
export const enableRecursiveCommitTraversal = false ;
66
61
export const disableSchedulerTimeoutInWorkLoop = false ;
67
62
export const enableLazyContextPropagation = false ;
63
+ export const enableSyncDefaultUpdates = false ;
68
64
69
65
// Flow magic to verify the exports of this file match the original version.
70
66
// eslint-disable-next-line no-unused-vars
You can’t perform that action at this time.
0 commit comments