mirror of
https://github.com/facebook/react.git
synced 2026-02-22 11:51:55 +00:00
* [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