mirror of https://github.com/sveltejs/svelte
It should be theoretically possible to end up in a state where a batch is unlinked, then relinked (via the `if (this.#roots.length > 0)` logic at the end of `#process`), at which point the links would be wrong if we're not nulling out prev/next during unlink. This adds that, though no test because I wasn't able to come up with one.batch-link-fix
parent
e6110d31c5
commit
16511dd5e1
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
fix: properly unlink batches
|
||||
Loading…
Reference in new issue