You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: fix missing effects if derived added, removed, and re-added as dependency
Add HAS_EFFECTS flag to mark derived reactions that have side effects.
Update effects.js to set this flag when effects are added to derived.
Modify runtime.js to re-run derived computations if effects were once
present but are now missing, ensuring effects are properly recreated.
This improves reactivity consistency and prevents lost side effects.
0 commit comments