mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Omit TransitionHydrationLane from TransitionLanes (#20802)
Follow up to #20793 I don't this makes any observable difference, but this is how it was before so might as well be consistent just in case.
This commit is contained in:
@@ -93,8 +93,8 @@ const InputContinuousLane: Lanes = /* */ 0b0000000000000000000
|
||||
export const DefaultHydrationLane: Lane = /* */ 0b0000000000000000000000001000000;
|
||||
export const DefaultLane: Lanes = /* */ 0b0000000000000000000000010000000;
|
||||
|
||||
const TransitionLanes: Lanes = /* */ 0b0000000011111111111111100000000;
|
||||
const TransitionHydrationLane: Lane = /* */ 0b0000000000000000000000100000000;
|
||||
const TransitionLanes: Lanes = /* */ 0b0000000011111111111111000000000;
|
||||
const TransitionLane1: Lane = /* */ 0b0000000000000000000001000000000;
|
||||
const TransitionLane2: Lane = /* */ 0b0000000000000000000010000000000;
|
||||
const TransitionLane3: Lane = /* */ 0b0000000000000000000100000000000;
|
||||
|
||||
@@ -93,8 +93,8 @@ const InputContinuousLane: Lanes = /* */ 0b0000000000000000000
|
||||
export const DefaultHydrationLane: Lane = /* */ 0b0000000000000000000000001000000;
|
||||
export const DefaultLane: Lanes = /* */ 0b0000000000000000000000010000000;
|
||||
|
||||
const TransitionLanes: Lanes = /* */ 0b0000000011111111111111100000000;
|
||||
const TransitionHydrationLane: Lane = /* */ 0b0000000000000000000000100000000;
|
||||
const TransitionLanes: Lanes = /* */ 0b0000000011111111111111000000000;
|
||||
const TransitionLane1: Lane = /* */ 0b0000000000000000000001000000000;
|
||||
const TransitionLane2: Lane = /* */ 0b0000000000000000000010000000000;
|
||||
const TransitionLane3: Lane = /* */ 0b0000000000000000000100000000000;
|
||||
|
||||
Reference in New Issue
Block a user