We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c581cdd commit 2e8bbcbCopy full SHA for 2e8bbcb
packages/react-devtools-scheduling-profiler/src/constants.js
@@ -11,6 +11,5 @@ export {
11
COMFORTABLE_LINE_HEIGHT,
12
COMPACT_LINE_HEIGHT,
13
} from 'react-devtools-shared/src/constants.js';
14
-import {TotalLanes} from 'react-reconciler/src/ReactFiberLane.new';
15
16
-export const REACT_TOTAL_NUM_LANES = TotalLanes;
+export const REACT_TOTAL_NUM_LANES = 31;
0 commit comments