File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/react-reconciler/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -679,7 +679,7 @@ function markUpdateLaneFromFiberToRoot(
679
679
warnAboutUpdateOnNotYetMountedFiberInDEV ( sourceFiber ) ;
680
680
}
681
681
}
682
- // Walk the parent path to the root and update the child expiration time .
682
+ // Walk the parent path to the root and update the child lanes .
683
683
let node = sourceFiber ;
684
684
let parent = sourceFiber . return ;
685
685
while ( parent !== null ) {
Original file line number Diff line number Diff line change @@ -679,7 +679,7 @@ function markUpdateLaneFromFiberToRoot(
679
679
warnAboutUpdateOnNotYetMountedFiberInDEV ( sourceFiber ) ;
680
680
}
681
681
}
682
- // Walk the parent path to the root and update the child expiration time .
682
+ // Walk the parent path to the root and update the child lanes .
683
683
let node = sourceFiber ;
684
684
let parent = sourceFiber . return ;
685
685
while ( parent !== null ) {
You can’t perform that action at this time.
0 commit comments