Skip to content

Commit 35a2f74

Browse files
committed
Delete leftover assignment from facebook#18384
This assignment should have been deleted in facebook#18384. It was deleted in the other branches, but I missed this one. About to open a PR that includes a test that covers this branch.
1 parent 9d67847 commit 35a2f74

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: packages/react-reconciler/src/ReactFiberBeginWork.js

-1
Original file line numberDiff line numberDiff line change
@@ -1937,7 +1937,6 @@ function updateSuspenseComponent(
19371937
currentPrimaryChildFragment.childExpirationTime,
19381938
renderExpirationTime,
19391939
);
1940-
primaryChildFragment.childExpirationTime = NoWork;
19411940
// Skip the primary children, and continue working on the
19421941
// fallback children.
19431942
workInProgress.memoizedState = SUSPENDED_MARKER;

0 commit comments

Comments
 (0)