Skip to content

Commit 2d1c52c

Browse files
fix(deps): bump @tanstack/dom-vite to 0.1.0-alpha.7 (#842)
Picks up: - fix(react-dom): alias event.nativeEvent on dispatched handlers — fixes react-instantsearch site search (onChange throws on event.nativeEvent.isComposing without the alias, silently swallowing every keystroke). - fix(react-dom): fire onChange on every keystroke for text inputs (onChange → native input event for text-like inputs). - perf(react-dom): renderFiber pointer-table dispatch. - feat(react): dev-mode hint pointing at "use client" when a hooks error fires during RSC render. Combined with the Configure source-injection fix from #841, this restores in-dev site search.
1 parent 8f9a65e commit 2d1c52c

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