mirror of https://github.com/sveltejs/svelte
fix: set deriveds as `CLEAN` if they are assigned to (#15592)
* fix: set deriveds as `CLEAN` if they are assigned to * chore: remove only * chore: remove unnecessary typecast * fix: set unowned as `MAYBE_DIRTY` instead of `CLEAN` * fix: visit the derived function when to update the dependencies even when it's reassigned * fix: use `execute_derived` instead of `update_reaction` * fix: execute deriveds eagerly when they are set if DIRTYpull/15713/head
parent
708f541ad8
commit
966ccfbe74
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
fix: set deriveds as `CLEAN` if they are assigned to
|
Loading…
Reference in new issue