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
Reactive declarations that refer to $$props should fire whenever any prop changes. Currently, this only holds true if the declaration doesn't reference anything else
Describe the bug
Reactive declarations that refer to
$$props
should fire whenever any prop changes. Currently, this only holds true if the declaration doesn't reference anything elseTo Reproduce
https://svelte.dev/repl/b51ee924d6ca407ebed0da276a8cc946?version=3.6.8
Expected behavior
Waggling either slider should cause things to be logged to the console.
Severity
It's blocking progress on Svelte GL
The text was updated successfully, but these errors were encountered: