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've previously brought this up in the svelte-5-alpha chat and thought that it'd be worth raising an issue for a discussion.
Currently, as shown in this REPL, declaring global reactive state in context="module" behaves more similarly to local state that's declared in a component, rather than global state that's declared in an external module.
I find this difference in behavior to be a bit confusing as I would expect the global state declared in both, the external module and in context="module", to behave the same.