mirror of https://github.com/sveltejs/svelte
fix: ensure unowned deriveds can add themselves as reactions while connected (#16249)
an unowned derived should still add itself as a reaction while it is properly connected, which means it can be cleaned up correctly - and this connection is indicated by it having reactions. Fixes #15829 and potentially #15853pull/16257/head
parent
32481bece6
commit
7019894fd9
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
fix: ensure unowned deriveds can add themselves as reactions while connected
|
Loading…
Reference in new issue