We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1610784 commit 1399595Copy full SHA for 1399595
packages/react-devtools-scheduling-profiler/src/content-views/SuspenseEventsView.js
@@ -273,7 +273,7 @@ export class SuspenseEventsView extends View {
273
const borderFrame: Rect = {
274
origin: {
275
x: frame.origin.x,
276
- y: frame.origin.y + SUSPENSE_EVENT_HEIGHT,
+ y: frame.origin.y + (i + 1) * ROW_WITH_BORDER_HEIGHT - BORDER_SIZE,
277
},
278
size: {
279
width: frame.size.width,
0 commit comments