Skip to content

Commit

Permalink
Tweak changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Jan 12, 2025
1 parent 9639bd2 commit 27e9a39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .changeset/friendly-numbers-hang.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
'preact-render-to-string': patch
---

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.
In doing so our `useId` hook should always output unique ids during renderingToString.

0 comments on commit 27e9a39

Please sign in to comment.