Skip to content

Commit d95fd0a

Browse files
committed
Go back to 31 lanes
1 parent ea2a742 commit d95fd0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ export {
1212
COMPACT_LINE_HEIGHT,
1313
} from 'react-devtools-shared/src/constants.js';
1414

15-
export const REACT_TOTAL_NUM_LANES = 30;
15+
export const REACT_TOTAL_NUM_LANES = 31;

packages/react-devtools-scheduling-profiler/src/import-worker/__tests__/preprocessData-test.internal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ describe(getLanesFromTransportDecimalBitmask, () => {
4242
it('should ignore lanes outside REACT_TOTAL_NUM_LANES', () => {
4343
// Sanity check; this test may need to be updated when the no. of fiber
4444
// lanes are changed.
45-
expect(REACT_TOTAL_NUM_LANES).toBe(30);
45+
expect(REACT_TOTAL_NUM_LANES).toBe(31);
4646

4747
expect(
4848
getLanesFromTransportDecimalBitmask(

0 commit comments

Comments
 (0)