mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user