Skip to content

Commit 36aafce

Browse files
committed
fix(deps): bump @tanstack/dom-vite to 0.1.0-alpha.8
Picks up fix(react-dom): reverse-iterate placeChildrenInOrder — fixes the Analyze / "I'm feeling lucky" swap on the application starter and the library dropdown reorder on the npm stats page. Forward iteration of placeChildrenInOrder cascaded moves into the wrong final order when the starting DOM diverged from the target. Reverse iteration places each node before its already-final successor, so the cascade can't happen.
1 parent 454493e commit 36aafce

2 files changed

Lines changed: 31 additions & 31 deletions

File tree

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.7",
125+
"@tanstack/dom-vite": "0.1.0-alpha.8",
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)