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
Additional context
The check introduced in #4419 apparently throws with strings. We probably want to consider strings to be array-like objects, and so we need to be more permissive with the validation check.
The text was updated successfully, but these errors were encountered:
Describe the bug
The dev mode validation check for
{#each}
blocks breaks with strings.Logs
cannot use 'in' operator to search for "length" in "foo"
To Reproduce
https://svelte.dev/repl/svg-transitions?version=3.19.0
Expected behavior
Same as https://svelte.dev/repl/svg-transitions?version=3.18.2
Stacktraces
Information about your Svelte project:
Severity
Moderate, probably.
Additional context
The check introduced in #4419 apparently throws with strings. We probably want to consider strings to be array-like objects, and so we need to be more permissive with the validation check.
The text was updated successfully, but these errors were encountered: