Skip to content

Commit

Permalink
Delete leftover assignment from #18384
Browse files Browse the repository at this point in the history
This assignment should have been deleted in #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.
  • Loading branch information
acdlite committed Mar 27, 2020
1 parent 9d67847 commit 35a2f74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react-reconciler/src/ReactFiberBeginWork.js
Expand Up @@ -1937,7 +1937,6 @@ function updateSuspenseComponent(
currentPrimaryChildFragment.childExpirationTime,
renderExpirationTime,
);
primaryChildFragment.childExpirationTime = NoWork;
// Skip the primary children, and continue working on the
// fallback children.
workInProgress.memoizedState = SUSPENDED_MARKER;
Expand Down

0 comments on commit 35a2f74

Please sign in to comment.