Skip to content

Commit

Permalink
Fix typo in ReactFiberLane.new.js
Browse files Browse the repository at this point in the history
continous -> continuous
  • Loading branch information
eltociear committed Apr 26, 2021
1 parent 4874042 commit 4532edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-reconciler/src/ReactFiberLane.new.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ export function getNextLanes(root: FiberRoot, wipLanes: Lanes): Lanes {
enableSyncDefaultUpdates &&
(nextLanes & InputContinuousLane) !== NoLanes
) {
// When updates are sync by default, we entangle continous priority updates
// When updates are sync by default, we entangle continuous priority updates
// and default updates, so they render in the same batch. The only reason
// they use separate lanes is because continuous updates should interrupt
// transitions, but default updates should not.
Expand Down

0 comments on commit 4532edc

Please sign in to comment.