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(
679679 warnAboutUpdateOnNotYetMountedFiberInDEV ( sourceFiber ) ;
680680 }
681681 }
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 .
683683 let node = sourceFiber ;
684684 let parent = sourceFiber . return ;
685685 while ( parent !== null ) {
Original file line number Diff line number Diff line change @@ -679,7 +679,7 @@ function markUpdateLaneFromFiberToRoot(
679679 warnAboutUpdateOnNotYetMountedFiberInDEV ( sourceFiber ) ;
680680 }
681681 }
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 .
683683 let node = sourceFiber ;
684684 let parent = sourceFiber . return ;
685685 while ( parent !== null ) {
You can’t perform that action at this time.
0 commit comments