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 d2b6779 commit a094788Copy full SHA for a094788
packages/react-client/src/ReactFlightClient.js
@@ -2812,6 +2812,7 @@ function flushComponentPerformance(
2812
// First find the start time of the first component to know if it was running
2813
// in parallel with the previous.
2814
const debugInfo = root._debugInfo;
2815
+ let selfEndTime = -Infinity;
2816
if (debugInfo) {
2817
for (let i = 1; i < debugInfo.length; i++) {
2818
const info = debugInfo[i];
0 commit comments