Skip to content

Commit 8a00018

Browse files
committed
chore(deps): bump @tanstack/dom-vite to 0.1.0-alpha.3
Brings in raw REACT_LAZY_TYPE child handling in both SSR (walkNode) and client (pushChildren). RSC Flight serializes 'use client' components — CodeBlock, CodeBlockView, CodeExplorer, etc. — as bare lazy objects directly in the tree (not wrapped in REACT_ELEMENT_TYPE). The previous shim dropped those silently, so code snippets disappeared on docs pages (e.g. /virtual/latest/docs/introduction).
1 parent 3e36a90 commit 8a00018

File tree

2 files changed

+31
-31
lines changed

2 files changed

+31
-31
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.2",
125+
"@tanstack/dom-vite": "0.1.0-alpha.3",
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: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)