Commit 36aafce
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
| 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