Skip to content

Commit 2e8bbcb

Browse files
authored
Fix react-devtools-scheduling-profiler tests on main (facebook#20885)
1 parent c581cdd commit 2e8bbcb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/react-devtools-scheduling-profiler/src/constants.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@ export {
1111
COMFORTABLE_LINE_HEIGHT,
1212
COMPACT_LINE_HEIGHT,
1313
} from 'react-devtools-shared/src/constants.js';
14-
import {TotalLanes} from 'react-reconciler/src/ReactFiberLane.new';
1514

16-
export const REACT_TOTAL_NUM_LANES = TotalLanes;
15+
export const REACT_TOTAL_NUM_LANES = 31;

0 commit comments

Comments
 (0)