Skip to content

Conversation

eps1lon
Copy link
Collaborator

@eps1lon eps1lon commented Jul 28, 2025

This adds an additional, experimental tab to React DevTools. We'll add Suspense-centric tools to this tab in follow-up PRs.

The tab is enabled if at least on renderer uses an experimental dev build. We can't hide panels in Chrome so the tab will stay even if you navigate to pages without an experimental dev build. Once the tab is stable, we'll enable it permanently like the Components and Profiler tab.

@eps1lon eps1lon changed the title [devtools] Skeleton for Suspense tab [DevTools] Skeleton for Suspense tab Jul 28, 2025
@github-actions github-actions bot added the React Core Team Opened by a member of the React Core Team label Jul 28, 2025
Comment on lines +92 to +93
pathData = PATH_SUSPEND;
viewBox = '-2 -2 28 28';
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The path from the suspend button in the Components tab (i.e. the clock). I had to adjust the viewbox to match the sizes of the other icons.

@eps1lon eps1lon force-pushed the sebbie/suspensetab branch from 4960576 to 1b7274d Compare July 28, 2025 14:46
@eps1lon eps1lon marked this pull request as ready for review July 28, 2025 14:56
@eps1lon eps1lon requested review from hoxyq and sebmarkbage July 28, 2025 14:56
@eps1lon eps1lon merged commit ab2681a into facebook:main Jul 28, 2025
244 checks passed
@eps1lon eps1lon deleted the sebbie/suspensetab branch July 28, 2025 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed React Core Team Opened by a member of the React Core Team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants