Skip to content

Commit

Permalink
Merge pull request #4440 from 3846masa-tmp/fix/export-render-to-pipea…
Browse files Browse the repository at this point in the history
…ble-stream

fix: import renderToPipeableStream in server.mjs for re-exporting
  • Loading branch information
rschristian authored Jul 9, 2024
2 parents 212b1f6 + b75edab commit f7f9d9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compat/server.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { renderToString } from 'preact-render-to-string';
import { renderToPipeableStream } from 'preact-render-to-string/stream-node';

export {
renderToString,
Expand Down

0 comments on commit f7f9d9b

Please sign in to comment.