@samitouri / QOS-React-2 / commits / dc1becd893

[DevTools] Remove steps title from scrubber (#34878)

The hover now has a reach tooltip for the "environment" instead.

Sebastian Markbåge committed Oct 16, 2025 at 12:16 UTC dc1becd8937b5ff4e188fe5e9e5552740ef915e1
1 file changed +1 -3
packages/react-devtools-shared/src/devtools/views/SuspenseTab/SuspenseTimeline.js
+1 -3
@@ -160,9 +160,7 @@ function SuspenseTimelineInput() {
160 onClick={skipForward}>
161 <ButtonIcon type={'skip-next'} />
162 </Button>
163 - <div
164 - className={styles.SuspenseTimelineInput}
165 - title={timelineIndex + '/' + max}>
163 + <div className={styles.SuspenseTimelineInput}>
164 <SuspenseScrubber
165 min={min}
166 max={max}