File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
packages/react-reconciler/src Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ import type {Update} from './ReactUpdateQueue';
1515import type { Thenable } from './ReactFiberWorkLoop' ;
1616import type { SuspenseContext } from './ReactFiberSuspenseContext' ;
1717
18- import { unstable_wrap as Schedule_tracing_wrap } from 'scheduler/tracing' ;
1918import getComponentName from 'shared/getComponentName' ;
2019import warningWithoutStack from 'shared/warningWithoutStack' ;
2120import {
@@ -31,7 +30,6 @@ import {
3130 ShouldCapture ,
3231 LifecycleEffectMask ,
3332} from 'shared/ReactSideEffectTags' ;
34- import { enableSchedulerTracing } from 'shared/ReactFeatureFlags' ;
3533import { NoMode , BatchedMode } from './ReactTypeOfMode' ;
3634import { shouldCaptureSuspense } from './ReactFiberSuspenseComponent' ;
3735
@@ -173,11 +171,6 @@ function attachPingListener(
173171 thenable ,
174172 renderExpirationTime ,
175173 ) ;
176- if ( enableSchedulerTracing ) {
177- if ( thenable . __reactDoNotTraceInteractions !== true ) {
178- ping = Schedule_tracing_wrap ( ping ) ;
179- }
180- }
181174 thenable . then ( ping , ping ) ;
182175 }
183176}
You can’t perform that action at this time.
0 commit comments