File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
packages/plugin-rsc/examples Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ export async function renderHTML(
42
42
let responseStream : ReadableStream < Uint8Array > = htmlStream
43
43
if ( ! options ?. debugNojs ) {
44
44
// initial RSC stream is injected in HTML stream as <script>...FLIGHT_DATA...</script>
45
- // using utility made by devongovett https://github.com/devongovett/rsc-html-stream
46
45
responseStream = responseStream . pipeThrough (
47
46
injectRSCPayload ( rscStream2 , {
48
47
nonce : options ?. nonce ,
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ export async function renderHTML(
42
42
let responseStream : ReadableStream < Uint8Array > = htmlStream
43
43
if ( ! options ?. debugNojs ) {
44
44
// initial RSC stream is injected in HTML stream as <script>...FLIGHT_DATA...</script>
45
+ // using utility made by devongovett https://github.com/devongovett/rsc-html-stream
45
46
responseStream = responseStream . pipeThrough (
46
47
injectRSCPayload ( rscStream2 , {
47
48
nonce : options ?. nonce ,
You can’t perform that action at this time.
0 commit comments