Update enableSyncDefaultUpdates for www (#26857)

If this is false, it dead code eliminates the path to use the root flag.
Will follow up to clean this up.
This commit is contained in:
Ricky
2023-05-25 21:33:07 -04:00
committed by GitHub
parent 4daccade04
commit 0210f0b082
@@ -105,8 +105,7 @@ export const enableUseMutableSource = true;
export const useModernStrictMode = false;
export const enableFizzExternalRuntime = true;
// This is only used in VARIANT tests, setting it to true does nothing.
export const enableSyncDefaultUpdates = false;
export const enableSyncDefaultUpdates = true;
// Flow magic to verify the exports of this file match the original version.
((((null: any): ExportsType): FeatureFlagsType): ExportsType);