dillon1000/react

Commit

[DevTools] Don't highlight on timeline (#34861)

I find it very frustrating that the highlight covers up the content that
I'm trying to review when stepping through the timeline. It also
triggered on keyboard navigation due to the focus which was annoying.

We could highlight something in the rects instead potentially.
Browse files
Changed paths2 files
First-parent comparison
M packages/react-devtools-shared/src/devtools/views/SuspenseTab/SuspenseScrubber.js ModifiedM packages/react-devtools-shared/src/devtools/views/SuspenseTab/SuspenseTimeline.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…