mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
* Allow DevTools to toggle Suspense state * Change API to overrideSuspense This lets detect support for overriding Suspense from DevTools. * Add ConcurrentMode test * Newlines * Remove unnecessary change * Naming changes