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 cb32a6a commit 0a0d0ceCopy full SHA for 0a0d0ce
.changeset/early-rules-nail.md
@@ -0,0 +1,5 @@
1
+---
2
+'preact-render-to-string': patch
3
4
+
5
+Remove incorrect second default export from jsx.d.ts
jsx.d.ts
@@ -17,5 +17,3 @@ export default function renderToStringPretty(
17
): string;
18
19
export function shallowRender(vnode: VNode, context?: any): string;
20
-
21
-export default render;
0 commit comments