Skip to content

Commit

Permalink
so close
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecAivazis committed Oct 12, 2023
1 parent d26ec7b commit a9440f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/houdini-react/src/runtime/server/renderToStream.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ async function renderToNodeStream(
((await import('react-dom/server.node'))
.renderToPipeableStream as typeof RenderToPipeableStream)

console.log("THIS ->", renderToPipeableStream)

const { pipe: pipeOriginal } = renderToPipeableStream(element, {
onShellReady() {
debug('[react] onShellReady()')
Expand Down

0 comments on commit a9440f1

Please sign in to comment.