SIGN IN SIGN UP
facebook / react UNCLAIMED

The library for web and native user interfaces.

0 0 0 JavaScript

[DevTools] Don't measure fallbacks when suspended (#34850)

We already do this in the update pass. That's what
`shouldMeasureSuspenseNode` does.

We also don't update measurements when we're inside an offscreen tree.

However, we didn't check if the boundary itself was in a suspended state
when in the `measureUnchangedSuspenseNodesRecursively` path.

This caused boundaries to disappear when their fallback didn't have a
rect (including their timeline entries).
S
Sebastian Markbåge committed
6cfc9c1ff3138ba0d107b9e6249f47032c4da02d
Parent: e798465
Committed by GitHub <noreply@github.com> on 10/15/2025, 2:12:26 PM