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 09ae1d8 commit acc3df3Copy full SHA for acc3df3
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