Skip to content

Commit

Permalink
Fix react-devtools-scheduling-profiler tests on main (#20885)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickhanlonii authored Feb 26, 2021
1 parent c581cdd commit 2e8bbcb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/react-devtools-scheduling-profiler/src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit 2e8bbcb

Please sign in to comment.