Skip to content

Commit bafe912

Browse files
authored
update types for InputContinuousLane and DefaultLane (#24316)
1 parent 4ebaeae commit bafe912

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

‎packages/react-reconciler/src/ReactFiberLane.new.js‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ export const NoLane: Lane = /* */ 0b0000000000000000000
3838
exportconstSyncLane: Lane=/* */0b0000000000000000000000000000001;
3939

4040
exportconstInputContinuousHydrationLane: Lane=/* */0b0000000000000000000000000000010;
41-
exportconstInputContinuousLane: Lanes=/* */0b0000000000000000000000000000100;
41+
exportconstInputContinuousLane: Lane=/* */0b0000000000000000000000000000100;
4242

4343
exportconstDefaultHydrationLane: Lane=/* */0b0000000000000000000000000001000;
44-
exportconstDefaultLane: Lanes=/* */0b0000000000000000000000000010000;
44+
exportconstDefaultLane: Lane=/* */0b0000000000000000000000000010000;
4545

4646
constTransitionHydrationLane: Lane=/* */0b0000000000000000000000000100000;
4747
constTransitionLanes: Lanes=/* */0b0000000001111111111111111000000;

‎packages/react-reconciler/src/ReactFiberLane.old.js‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ export const NoLane: Lane = /* */ 0b0000000000000000000
3838
exportconstSyncLane: Lane=/* */0b0000000000000000000000000000001;
3939

4040
exportconstInputContinuousHydrationLane: Lane=/* */0b0000000000000000000000000000010;
41-
exportconstInputContinuousLane: Lanes=/* */0b0000000000000000000000000000100;
41+
exportconstInputContinuousLane: Lane=/* */0b0000000000000000000000000000100;
4242

4343
exportconstDefaultHydrationLane: Lane=/* */0b0000000000000000000000000001000;
44-
exportconstDefaultLane: Lanes=/* */0b0000000000000000000000000010000;
44+
exportconstDefaultLane: Lane=/* */0b0000000000000000000000000010000;
4545

4646
constTransitionHydrationLane: Lane=/* */0b0000000000000000000000000100000;
4747
constTransitionLanes: Lanes=/* */0b0000000001111111111111111000000;

0 commit comments

Comments
 (0)