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
moduleVariable is updated, but is not declared with $state(...). Changing its value will not correctly trigger updates.(non-state-reference)eslint(svelte/valid-compile)
moduleVariable is updated, but is not declared with $state(...). Changing its value will not correctly trigger updates.svelte(non-state-reference)
Refer to the reproduction below.
It's worth noting that this is reported as error rather than warn in eslint-svelte.
I don't know why it just shows up as warn in the source and REPL.
In other words, it shows up as a red wavy line in local VSCode.