File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ export const {
2525 enableLegacyFBSupport,
2626 deferRenderPhaseUpdateToNextBatch,
2727 enableDebugTracing,
28- enableUpdaterTracking,
2928 skipUnmountedBoundaries,
3029 enableStrictEffects,
3130 createRootStrictEffectsByDefault,
@@ -45,6 +44,8 @@ export const enableProfilerCommitHooks = __PROFILE__;
4544export const enableProfilerNestedUpdatePhase = __PROFILE__ ;
4645export const enableProfilerNestedUpdateScheduledHook =
4746 __PROFILE__ && dynamicFeatureFlags . enableProfilerNestedUpdateScheduledHook ;
47+ export const enableUpdaterTracking =
48+ __PROFILE__ && dynamicFeatureFlags . enableUpdaterTracking ;
4849
4950// Logs additional User Timing API marks for use with an experimental profiling tool.
5051export const enableSchedulingProfiler =
You can’t perform that action at this time.
0 commit comments