Skip to content

Commit fb806bb

Browse files
committed
fix(deps): bump @tanstack/dom-vite to 0.1.0-alpha.5 for RSC hydration fix
Pulls in the shim's deferred-hydration fix for function-component suspension (shipped in @tanstack/react-dom@0.1.0-alpha.4). Resolves the duplicate-markup regression on docs pages where RSC content was rendered twice inside the prose container after hydration, causing the TOC scrollspy to toggle highlights sporadically because each heading ID appeared 2× in the DOM.
1 parent c21f505 commit fb806bb

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"@playwright/test": "^1.59.0",
123123
"@shikijs/transformers": "^4.0.2",
124124
"@tanstack/devtools-vite": "^0.6.0",
125-
"@tanstack/dom-vite": "0.1.0-alpha.4",
125+
"@tanstack/dom-vite": "0.1.0-alpha.5",
126126
"@tanstack/react-devtools": "^0.10.2",
127127
"@tanstack/react-query-devtools": "^5.99.0",
128128
"@types/hast": "^3.0.4",

pnpm-lock.yaml

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)