mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Add dynamic flags to React Native (#21291)
* Add dynamic flags to React Native * Hardcode the setting to false instead
This commit is contained in:
@@ -60,7 +60,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