Commit 190e64a
authored
fix: destroy each items after siblings are resumed (#17258)
* fix: destroy each items after siblings are resumed * changeset * remove unused exports * tidy up * fix: correctly reconcile each blocks after outroing branches are resumed * WIP * add some logging * fix * remove item on destroy * remove * remove * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * tests passing * tidy up * tidy up * note to self * tidy up * fix * add stress test to repo1 parent 3a3b7e8 commit 190e64a
File tree
11 files changed
+526
-222
lines changed- .changeset
- packages/svelte
- src/internal/client
- dom/blocks
- reactivity
- tests
- manual/each-stress-test
- runtime-runes/samples
- each-updates-12
- each-updates-13
11 files changed
+526
-222
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
0 commit comments