Skip to content

Commit 530f531

Browse files
committed
Update performance track message
1 parent f0ef107 commit 530f531

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react-reconciler/src/ReactFiberPerformanceTrack.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -645,9 +645,9 @@ export function logSuspendedCommitPhase(
645645
reusableLaneDevToolDetails.color = 'secondary-light';
646646
reusableLaneOptions.start = startTime;
647647
reusableLaneOptions.end = endTime;
648-
// TODO: Make this conditionally "Suspended on Images" or both when we add Suspensey Images.
648+
// TODO: Include the exact reason and URLs of what resources suspended.
649649
// TODO: This might also be Suspended while waiting on a View Transition.
650-
performance.measure('Suspended on CSS', reusableLaneOptions);
650+
performance.measure('Suspended on CSS or Images', reusableLaneOptions);
651651
}
652652
}
653653

0 commit comments

Comments
 (0)