mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
82e9e99098
* [FORKED] Hidden trees should capture Suspense 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. * Add previous commit to forked revisions