Skip to content

Commit

Permalink
maybe that's the issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecAivazis committed Feb 10, 2024
1 parent 5811394 commit 3504f1a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/houdini-react/src/plugin/codegen/render.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,7 @@ export const on_render =
return new Response('not found', { status: 404 })
}
const stream = await ReactDom.renderToReadableStream(React.createElement('div', {
children: 'hello world',
}))
const stream = await ReactDom.renderToReadableStream(React.createElement('html', {}))
// // this is what hangs
Expand Down

0 comments on commit 3504f1a

Please sign in to comment.