mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Turn off enableSyncDefaultUpdates in test renderer (#21319)
This commit is contained in:
@@ -59,7 +59,7 @@ export const enableUseRefAccessWarning = false;
|
||||
export const enableRecursiveCommitTraversal = false;
|
||||
export const disableSchedulerTimeoutInWorkLoop = false;
|
||||
export const enableLazyContextPropagation = false;
|
||||
export const enableSyncDefaultUpdates = true;
|
||||
export const enableSyncDefaultUpdates = false;
|
||||
|
||||
// Flow magic to verify the exports of this file match the original version.
|
||||
// eslint-disable-next-line no-unused-vars
|
||||
|
||||
Reference in New Issue
Block a user