Skip to content

Commit

Permalink
force webstreams with node_compat
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecAivazis committed Oct 12, 2023
1 parent 8acd12e commit 7285a4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ async function renderToStream(element: React.ReactNode, options: Options = {}):

const disable =
globalConfig.disable || (options.disable ?? resolveSeoStrategy(options).disableStream)
const webStream = options.webStream ?? !(await nodeStreamModuleIsAvailable())
const webStream = true
debug(`disable === ${disable} && webStream === ${webStream}`)

let result: Result
Expand Down

0 comments on commit 7285a4b

Please sign in to comment.