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
I haven't looked if the issue is relevant for all runes, but at least for $props, it would be better to declare the properties with const when local mutability is not wanted.
I think it's important because some other frameworks let the user declare with const while the reactive value will still be mutable, so one could think that Svelte doesn't support well const vs let and stick with what is described in the documentation.