Skip to content

Commit

Permalink
Sync forks
Browse files Browse the repository at this point in the history
  • Loading branch information
rickhanlonii committed Apr 9, 2021
1 parent 155d0b4 commit 7e9bb7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-reconciler/src/ReactFiberLane.old.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const DefaultLane: Lanes = /* */ 0b0000000000000000000

const TransitionHydrationLane: Lane = /* */ 0b0000000000000000000000000100000;
const TransitionLanes: Lanes = /* */ 0b0000000001111111111111111000000;
export const TransitionLane1: Lane = /* */ 0b0000000000000000000000001000000;
const TransitionLane1: Lane = /* */ 0b0000000000000000000000001000000;
const TransitionLane2: Lane = /* */ 0b0000000000000000000000010000000;
const TransitionLane3: Lane = /* */ 0b0000000000000000000000100000000;
const TransitionLane4: Lane = /* */ 0b0000000000000000000001000000000;
Expand Down

0 comments on commit 7e9bb7b

Please sign in to comment.