0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-28 16:12:17 +01:00
svelte/.changeset/healthy-planes-vanish.md
Simon H 074615d7fd
fix: prevent infinite loops stemming from invalidation method (#9811)
* fix: prevent infinite loops stemming from invalidation method

The logic was flawed: the captured signals where always added to the previous captured no matter what, which meant a) memory leak b) that when another one runs afterwards, it will falsely contain the signals from the previous run
fixes #9788

* fix lint
2023-12-06 12:43:47 -05:00

87 B

svelte
patch

fix: prevent infinite loops stemming from invalidation method