mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
8de7aed892
Stacked on #34058 When tracking how large the shell is we currently only track the bytes of everything above Suspense boundaries. However since Boundaries that contribute to the preamble will always be inlined when the shell flushes they should also be considered as part of the request byteSize since they always flush alongside the shell. This change adds this tracking