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 @@ -645,7 +645,7 @@ function markUpdateLaneFromFiberToRoot(
645645      warnAboutUpdateOnNotYetMountedFiberInDEV ( sourceFiber ) ; 
646646    } 
647647  } 
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 . 
649649  let  node  =  sourceFiber ; 
650650  let  parent  =  sourceFiber . return ; 
651651  while  ( parent  !==  null )  { 
Original file line number Diff line number Diff line change @@ -645,7 +645,7 @@ function markUpdateLaneFromFiberToRoot(
645645      warnAboutUpdateOnNotYetMountedFiberInDEV ( sourceFiber ) ; 
646646    } 
647647  } 
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 . 
649649  let  node  =  sourceFiber ; 
650650  let  parent  =  sourceFiber . return ; 
651651  while  ( parent  !==  null )  { 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments