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 @@ -645,7 +645,7 @@ function markUpdateLaneFromFiberToRoot(
645
645
warnAboutUpdateOnNotYetMountedFiberInDEV ( sourceFiber ) ;
646
646
}
647
647
}
648
- // Walk the parent path to the root and update the child expiration time .
648
+ // Walk the parent path to the root and update the child lanes .
649
649
let node = sourceFiber ;
650
650
let parent = sourceFiber . return ;
651
651
while ( parent !== null ) {
Original file line number Diff line number Diff line change @@ -645,7 +645,7 @@ function markUpdateLaneFromFiberToRoot(
645
645
warnAboutUpdateOnNotYetMountedFiberInDEV ( sourceFiber ) ;
646
646
}
647
647
}
648
- // Walk the parent path to the root and update the child expiration time .
648
+ // Walk the parent path to the root and update the child lanes .
649
649
let node = sourceFiber ;
650
650
let parent = sourceFiber . return ;
651
651
while ( parent !== null ) {
You can’t perform that action at this time.
0 commit comments