mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
There was a bug in the Compiler Playground related to the "Show Internals" toggle due to a useEffect that was causing the tab names to flicker from a rerender. Rewritten instead with a `<Suspense>` boundary + `use`.