Skip to content

Commit

Permalink
replace-fork
Browse files Browse the repository at this point in the history
  • Loading branch information
salazarm committed Jan 31, 2022
1 parent a902b50 commit f8b927c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1032,6 +1032,7 @@ function completeWork(
if (
enableClientRenderFallbackOnHydrationMismatch &&
hasUnhydratedTailNodes() &&
(workInProgress.mode & ConcurrentMode) !== NoMode &&
(workInProgress.flags & DidCapture) === NoFlags
) {
warnUnhydratedNextInstance(workInProgress);
Expand Down

0 comments on commit f8b927c

Please sign in to comment.