File tree Expand file tree Collapse file tree 4 files changed +4
-8
lines changed
starter-cf-single/src/framework Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,7 @@ export async function renderHTML(
3939 ? undefined
4040 : bootstrapScriptContent ,
4141 nonce : options ?. nonce ,
42- // no types
43- ...{ formState : options ?. formState } ,
42+ formState : options ?. formState ,
4443 } )
4544
4645 let responseStream : ReadableStream < Uint8Array > = htmlStream
Original file line number Diff line number Diff line change @@ -37,8 +37,7 @@ export async function renderHTML(
3737 ? undefined
3838 : bootstrapScriptContent ,
3939 nonce : options ?. nonce ,
40- // no types
41- ...{ formState : options ?. formState } ,
40+ formState : options ?. formState ,
4241 } )
4342
4443 let responseStream : ReadableStream < Uint8Array > = htmlStream
Original file line number Diff line number Diff line change @@ -44,8 +44,7 @@ export async function renderHTML(
4444 ? undefined
4545 : bootstrapScriptContent ,
4646 nonce : options ?. nonce ,
47- // no types
48- ...{ formState : options ?. formState } ,
47+ formState : options ?. formState ,
4948 } )
5049
5150 let responseStream : ReadableStream < Uint8Array > = htmlStream
Original file line number Diff line number Diff line change @@ -36,8 +36,7 @@ export async function renderHtml(
3636 ? undefined
3737 : bootstrapScriptContent ,
3838 nonce : options ?. nonce ,
39- // no types
40- ...{ formState : options ?. formState } ,
39+ formState : options ?. formState ,
4140 } )
4241
4342 let responseStream : ReadableStream < Uint8Array > = htmlStream
You can’t perform that action at this time.
0 commit comments