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 9639bd2 commit 27e9a39Copy full SHA for 27e9a39
.changeset/friendly-numbers-hang.md
@@ -2,4 +2,5 @@
2
'preact-render-to-string': patch
3
---
4
5
-Fix issue where subtree re-render for Suspense boundaries caused a circular reference in the VNode's parent
+Ensure that the `_parent` is kept around across multiple suspensions and avoid circular references.
6
+In doing so our `useId` hook should always output unique ids during renderingToString.
0 commit comments