Commit 483358c 1 parent 78ec97d commit 483358c Copy full SHA for 483358c
File tree 2 files changed +2
-2
lines changed
packages/react-reconciler/src
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -93,8 +93,8 @@ const InputContinuousLane: Lanes = /* */ 0b0000000000000000000
93
93
export const DefaultHydrationLane : Lane = /* */ 0b0000000000000000000000001000000 ;
94
94
export const DefaultLane : Lanes = /* */ 0b0000000000000000000000010000000 ;
95
95
96
- const TransitionLanes : Lanes = /* */ 0b0000000011111111111111100000000 ;
97
96
const TransitionHydrationLane : Lane = /* */ 0b0000000000000000000000100000000 ;
97
+ const TransitionLanes : Lanes = /* */ 0b0000000011111111111111000000000 ;
98
98
const TransitionLane1 : Lane = /* */ 0b0000000000000000000001000000000 ;
99
99
const TransitionLane2 : Lane = /* */ 0b0000000000000000000010000000000 ;
100
100
const TransitionLane3 : Lane = /* */ 0b0000000000000000000100000000000 ;
Original file line number Diff line number Diff line change @@ -93,8 +93,8 @@ const InputContinuousLane: Lanes = /* */ 0b0000000000000000000
93
93
export const DefaultHydrationLane : Lane = /* */ 0b0000000000000000000000001000000 ;
94
94
export const DefaultLane : Lanes = /* */ 0b0000000000000000000000010000000 ;
95
95
96
- const TransitionLanes : Lanes = /* */ 0b0000000011111111111111100000000 ;
97
96
const TransitionHydrationLane : Lane = /* */ 0b0000000000000000000000100000000 ;
97
+ const TransitionLanes : Lanes = /* */ 0b0000000011111111111111000000000 ;
98
98
const TransitionLane1 : Lane = /* */ 0b0000000000000000000001000000000 ;
99
99
const TransitionLane2 : Lane = /* */ 0b0000000000000000000010000000000 ;
100
100
const TransitionLane3 : Lane = /* */ 0b0000000000000000000100000000000 ;
You can’t perform that action at this time.
0 commit comments