Skip to content

Commit 77b2f90

Browse files
authored
[DevTools] Attempt at a better "unique suspender" text (#34854)
Nobody knows what this terminology means. Also, this tooltip component sucks: <img width="634" height="137" alt="Screenshot 2025-10-15 at 12 04 49 AM" src="https://github.com/user-attachments/assets/a1c33650-7c7d-441f-8f8b-0ea7ebea9351" />
1 parent 6773248 commit 77b2f90

File tree

1 file changed

+3
-1
lines changed
  • packages/react-devtools-shared/src/devtools/views/SuspenseTab

1 file changed

+3
-1
lines changed

packages/react-devtools-shared/src/devtools/views/SuspenseTab/SuspenseTab.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,9 @@ function ToggleUniqueSuspenders() {
8585
<Toggle
8686
isChecked={uniqueSuspendersOnly}
8787
onChange={handleToggleUniqueSuspenders}
88-
title={'Only include boundaries with unique suspenders'}>
88+
title={
89+
'Filter Suspense which does not suspend, or if the parent also suspend on the same.'
90+
}>
8991
<ButtonIcon type={uniqueSuspendersOnly ? 'filter-on' : 'filter-off'} />
9092
</Toggle>
9193
);

0 commit comments

Comments
 (0)