mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Allow decoupleUpdatePriorityFromScheduler to be set (#19272)
This commit is contained in:
@@ -24,6 +24,7 @@ export const {
|
||||
enableFilterEmptyStringAttributesDOM,
|
||||
enableLegacyFBSupport,
|
||||
deferRenderPhaseUpdateToNextBatch,
|
||||
decoupleUpdatePriorityFromScheduler,
|
||||
} = dynamicFeatureFlags;
|
||||
|
||||
// On WWW, __EXPERIMENTAL__ is used for a new modern build.
|
||||
@@ -75,7 +76,6 @@ export const warnUnstableRenderSubtreeIntoContainer = false;
|
||||
// don't have to add another test dimension. The build system will compile this
|
||||
// to the correct value.
|
||||
export const enableNewReconciler = __VARIANT__;
|
||||
export const decoupleUpdatePriorityFromScheduler = __VARIANT__;
|
||||
|
||||
// TODO: This does not currently exist in the new reconciler fork.
|
||||
export const enableDebugTracing = !__VARIANT__;
|
||||
|
||||
Reference in New Issue
Block a user