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
missing-declaration is a warning from the compiler, so this seems like a bug in Svelte and not in this plugin. If you stick the same code in the REPL you'll see that warning there as well.
Does this code work properly apart from the warning? Does the keyed value actually have access to the index variable, or is there a bigger problem here?
Whoops, should've dug into that further. The keying is a little nonsensical (keying by only array index is pointless) but does seem to function fine yes.
While I know this keyed
{#each}
is a little silly-looking, it is exposing what I believe is a bug in the plugin.is giving me this message:
using [email protected], [email protected], and [email protected]
The text was updated successfully, but these errors were encountered: