We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7556b61 commit dde358aCopy full SHA for dde358a
compat/server.mjs
@@ -1 +1,4 @@
1
-export { renderToString, renderToStaticMarkup } from 'preact-render-to-string';
+export {
2
+ renderToString,
3
+ renderToString as renderToStaticMarkup
4
+} from 'preact-render-to-string';
0 commit comments