Skip to content

Commit a094788

Browse files
committed
Log the previously rendered component as a deduped entry
1 parent d2b6779 commit a094788

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-client/src/ReactFlightClient.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2812,6 +2812,7 @@ function flushComponentPerformance(
28122812
// First find the start time of the first component to know if it was running
28132813
// in parallel with the previous.
28142814
const debugInfo = root._debugInfo;
2815+
let selfEndTime = -Infinity;
28152816
if (debugInfo) {
28162817
for (let i = 1; i < debugInfo.length; i++) {
28172818
const info = debugInfo[i];

0 commit comments

Comments
 (0)