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 c498bfc commit 7d719c9Copy full SHA for 7d719c9
packages/react-dom-bindings/src/server/ReactFizzConfigDOM.js
@@ -695,6 +695,7 @@ export function resetResumableState(
695
resumableState.scriptResources = {};
696
resumableState.moduleUnknownResources = {};
697
resumableState.moduleScriptResources = {};
698
+ resumableState.instructions = NothingSent; // Nothing was flushed so no instructions could've flushed.
699
}
700
701
export function completeResumableState(resumableState: ResumableState): void {
0 commit comments