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 {
25
25
enableLegacyFBSupport,
26
26
deferRenderPhaseUpdateToNextBatch,
27
27
enableDebugTracing,
28
- enableUpdaterTracking,
29
28
skipUnmountedBoundaries,
30
29
enableStrictEffects,
31
30
createRootStrictEffectsByDefault,
@@ -45,6 +44,8 @@ export const enableProfilerCommitHooks = __PROFILE__;
45
44
export const enableProfilerNestedUpdatePhase = __PROFILE__ ;
46
45
export const enableProfilerNestedUpdateScheduledHook =
47
46
__PROFILE__ && dynamicFeatureFlags . enableProfilerNestedUpdateScheduledHook ;
47
+ export const enableUpdaterTracking =
48
+ __PROFILE__ && dynamicFeatureFlags . enableUpdaterTracking ;
48
49
49
50
// Logs additional User Timing API marks for use with an experimental profiling tool.
50
51
export const enableSchedulingProfiler =
You can’t perform that action at this time.
0 commit comments