Skip to content

Commit 1c7a133

Browse files
committed
Comment
1 parent 3d77108 commit 1c7a133

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/react-reconciler/src/ReactFiberCompleteWork.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1114,6 +1114,8 @@ function completeWork(
11141114
return null;
11151115
}
11161116
} else if (
1117+
// The time it took to render last row is greater than time until
1118+
// the expiration.
11171119
now() * 2 - renderState.renderingStartTime >
11181120
renderState.tailExpiration &&
11191121
renderExpirationTime > Never

0 commit comments

Comments
 (0)