File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ export const enableUseEffectCRUDOverload = __VARIANT__;
3939export const enableFastAddPropertiesInDiffing = __VARIANT__ ;
4040export const enableLazyPublicInstanceInFabric = false ;
4141export const enableViewTransition = __VARIANT__ ;
42+ export const enableComponentPerformanceTrack = __VARIANT__ ;
4243export const enableScrollEndPolyfill = __VARIANT__ ;
4344
4445// TODO: These flags are hard-coded to the default values used in open source.
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ export const {
3737 transitionLaneExpirationMs,
3838 enableFastAddPropertiesInDiffing,
3939 enableViewTransition,
40+ enableComponentPerformanceTrack,
4041 enableScrollEndPolyfill,
4142} = dynamicFeatureFlags ;
4243
@@ -63,8 +64,6 @@ export const enableThrottledScheduling = false;
6364
6465export const enableHydrationLaneScheduling = true ;
6566
66- export const enableComponentPerformanceTrack = false ;
67-
6867// Logs additional User Timing API marks for use with an experimental profiling tool.
6968export const enableSchedulingProfiler : boolean =
7069 __PROFILE__ && dynamicFeatureFlags . enableSchedulingProfiler ;
You can’t perform that action at this time.
0 commit comments