mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-28 16:12:17 +01:00
074615d7fd
* 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
87 B
87 B
svelte |
---|
patch |
fix: prevent infinite loops stemming from invalidation method