Commit 452ceef 1 parent 65f3503 commit 452ceef Copy full SHA for 452ceef
File tree 2 files changed +4
-4
lines changed
packages/react-reconciler/src
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -73,10 +73,10 @@ export const SomeRetryLane: Lane = RetryLane1;
73
73
74
74
export const SelectiveHydrationLane : Lane = /* */ 0b0001000000000000000000000000000 ;
75
75
76
- const NonIdleLanes = /* */ 0b0001111111111111111111111111111 ;
76
+ const NonIdleLanes : Lanes = /* */ 0b0001111111111111111111111111111 ;
77
77
78
78
export const IdleHydrationLane : Lane = /* */ 0b0010000000000000000000000000000 ;
79
- export const IdleLane : Lanes = /* */ 0b0100000000000000000000000000000 ;
79
+ export const IdleLane : Lane = /* */ 0b0100000000000000000000000000000 ;
80
80
81
81
export const OffscreenLane : Lane = /* */ 0b1000000000000000000000000000000 ;
82
82
Original file line number Diff line number Diff line change @@ -73,10 +73,10 @@ export const SomeRetryLane: Lane = RetryLane1;
73
73
74
74
export const SelectiveHydrationLane : Lane = /* */ 0b0001000000000000000000000000000 ;
75
75
76
- const NonIdleLanes = /* */ 0b0001111111111111111111111111111 ;
76
+ const NonIdleLanes : Lanes = /* */ 0b0001111111111111111111111111111 ;
77
77
78
78
export const IdleHydrationLane : Lane = /* */ 0b0010000000000000000000000000000 ;
79
- export const IdleLane : Lanes = /* */ 0b0100000000000000000000000000000 ;
79
+ export const IdleLane : Lane = /* */ 0b0100000000000000000000000000000 ;
80
80
81
81
export const OffscreenLane : Lane = /* */ 0b1000000000000000000000000000000 ;
82
82
You can’t perform that action at this time.
0 commit comments