SIGN IN SIGN UP
facebook / react UNCLAIMED

The library for web and native user interfaces.

0 0 108 JavaScript

[Fizz] Do not allow abort reentrancy (#36574)

Aborting is a gate you can only pass through once. A request that is
already aborting, already completed, or already fataled cannot be
aborted a second time. Previously this was generally functionally true
but you could contrive sequences where an onError would fire after a
render fataled. This change makes it more explicit that this is not
semantically correct by bailing out of abort if the request is in a
status that cannot be aborted.
J
Josh Story committed
f1af67e19681ece7b49069446bb1457d6bdb318a
Parent: f0dfee3
Committed by GitHub <noreply@github.com> on 5/30/2026, 3:32:47 PM