SIGN IN SIGN UP
facebook / react UNCLAIMED

The library for web and native user interfaces.

0 0 0 JavaScript

[Fiber] clarify entry condition for suspensey commit recursion (#29222)

Previously Suspensey recursion would only trigger if the
ShouldSuspendCommit flag was true. However there is a dependence on the
Visibility flag embedded in this logic because these flags share a bit.
To make it clear that the semantics of Suspensey resources require
considering both flags I've added it to the condition even though this
extra or-ing is a noop when the bit is shared
J
Josh Story committed
f55d172bcf921d761733533395b798c5b3665e04
Parent: 84239da
Committed by GitHub <noreply@github.com> on 5/23/2024, 8:54:51 PM