Commit 2d1c52c
authored
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
2 files changed
+31
-31
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments