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 f0ef107 commit 530f531Copy full SHA for 530f531
packages/react-reconciler/src/ReactFiberPerformanceTrack.js
@@ -645,9 +645,9 @@ export function logSuspendedCommitPhase(
645
reusableLaneDevToolDetails.color = 'secondary-light';
646
reusableLaneOptions.start = startTime;
647
reusableLaneOptions.end = endTime;
648
- // TODO: Make this conditionally "Suspended on Images" or both when we add Suspensey Images.
+ // TODO: Include the exact reason and URLs of what resources suspended.
649
// TODO: This might also be Suspended while waiting on a View Transition.
650
- performance.measure('Suspended on CSS', reusableLaneOptions);
+ performance.measure('Suspended on CSS or Images', reusableLaneOptions);
651
}
652
653
0 commit comments