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 8ddcae4 commit 917c674Copy full SHA for 917c674
packages/react-server/src/ReactFizzServer.js
@@ -3099,6 +3099,9 @@ function replayElement(
3099
if (task.node === currentNode) {
3100
// This same element suspended so we need to pop the replay we just added.
3101
task.replay = replay;
3102
+ } else {
3103
+ // We finished rendering this node, so now we can consume this slot.
3104
+ replayNodes.splice(i, 1);
3105
}
3106
throw x;
3107
0 commit comments