Skip to content

Commit

Permalink
remove insertions after last flush
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Feb 28, 2024
1 parent 1040c29 commit 3514ba5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions integration-test/vite-streaming/src/Transport.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@ export function createTransport(): {
});
}
},
async flush(controller) {
controller.enqueue(new TextEncoder().encode(await renderInjectedHtml()));
},
});

return {
Expand Down

0 comments on commit 3514ba5

Please sign in to comment.