mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
[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" />
This commit is contained in:
committed by
GitHub
parent
6773248311
commit
77b2f909f6
@@ -85,7 +85,9 @@ function ToggleUniqueSuspenders() {
|
||||
<Toggle
|
||||
isChecked={uniqueSuspendersOnly}
|
||||
onChange={handleToggleUniqueSuspenders}
|
||||
title={'Only include boundaries with unique suspenders'}>
|
||||
title={
|
||||
'Filter Suspense which does not suspend, or if the parent also suspend on the same.'
|
||||
}>
|
||||
<ButtonIcon type={uniqueSuspendersOnly ? 'filter-on' : 'filter-off'} />
|
||||
</Toggle>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user