Skip to content

Commit 5ff8101

Browse files
committed
fix(deps): bump @tanstack/dom-vite to 0.1.0-alpha.6 for NPM stats toggle fix
Pulls in the shim's useEffect cleanup-at-run-time fix (shipped in @tanstack/react-dom@0.1.0-alpha.5). Resolves the regression where toggling a package on /stats/npm appended a fresh Plot SVG each time without removing the previous one — coalesced renders between the pill click and the URL-state sync meant dispatch-time cleanup only fired once, leaving multiple charts in the DOM after each toggle.
1 parent ac86d49 commit 5ff8101

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