mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Fix react-devtools-scheduling-profiler tests on main (#20885)
This commit is contained in:
@@ -11,6 +11,5 @@ export {
|
||||
COMFORTABLE_LINE_HEIGHT,
|
||||
COMPACT_LINE_HEIGHT,
|
||||
} from 'react-devtools-shared/src/constants.js';
|
||||
import {TotalLanes} from 'react-reconciler/src/ReactFiberLane.new';
|
||||
|
||||
export const REACT_TOTAL_NUM_LANES = TotalLanes;
|
||||
export const REACT_TOTAL_NUM_LANES = 31;
|
||||
|
||||
Reference in New Issue
Block a user