mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
67de5e3fb0
If something suspends inside a hidden tree, it should not affect anything in the visible part of the UI. This means that Offscreen acts like a Suspense boundary whenever it's in its hidden state.