Skip to content

Commit e5c5f48

Browse files
committed
Layout effect profiling has now successfully moved into CommitEffects.
1 parent 4549be0 commit e5c5f48

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

packages/react-reconciler/src/ReactFiberCommitWork.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,7 @@ import {
9898
FormReset,
9999
Cloned,
100100
} from './ReactFiberFlags';
101-
import {
102-
getCommitTime,
103-
getCompleteTime,
104-
pushNestedEffectDurations,
105-
popNestedEffectDurations,
106-
bubbleNestedEffectDurations,
107-
} from './ReactProfilerTimer';
101+
import {getCommitTime, getCompleteTime} from './ReactProfilerTimer';
108102
import {logComponentRender} from './ReactFiberPerformanceTrack';
109103
import {ConcurrentMode, NoMode, ProfileMode} from './ReactTypeOfMode';
110104
import {deferHiddenCallbacks} from './ReactFiberClassUpdateQueue';

0 commit comments

Comments
 (0)