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
However, I tried doing that in await blocks/each blocks/const tags (ie, in the markup), there is an error (check the REPL) saying 'third' is not defined (6:24), which it clearly does.
Describe the bug
Related but not too related: #8552
Per MDN docs, "[t]he rest property of array destructuring assignment can be another array or object binding pattern", for example,
However, I tried doing that in await blocks/each blocks/const tags (ie, in the markup), there is an error (check the REPL) saying
'third' is not defined (6:24)
, which it clearly does.Reproduction
https://svelte.dev/repl/2fe0f17e05e7414db205b1366bc8ca68?version=3.58.0
Logs
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: