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 c6ca49e commit a40ed70Copy full SHA for a40ed70
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