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 0bb2ec1 commit 243b8ceCopy full SHA for 243b8ce
packages/react-client/src/ReactFlightClient.js
@@ -3494,12 +3494,6 @@ function flushComponentPerformance(
3494
return previousResult;
3495
}
3496
const children = root._children;
3497
- if (root.status === RESOLVED_MODEL) {
3498
- // If the model is not initialized by now, do that now so we can find its
3499
- // children. This part is a little sketchy since it significantly changes
3500
- // the performance characteristics of the app by profiling.
3501
- initializeModelChunk(root);
3502
- }
3503
3504
// First find the start time of the first component to know if it was running
3505
// in parallel with the previous.
0 commit comments