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, when I try to do it in Svelte, there is an error. In the REPL, the error simply says variable is undefined. If I do it locally, I get this error TypeError: Cannot read properties of undefined (reading 'subscribable')
Describe the bug
According to MDN docs, "[t]he rest property of array destructuring assignment can be another array or object binding pattern", for example:
However, when I try to do it in Svelte, there is an error. In the REPL, the error simply says
variable is undefined
. If I do it locally, I get this errorTypeError: Cannot read properties of undefined (reading 'subscribable')
Reproduction
https://svelte.dev/repl/0d6e456956e44fbd9c0593d24cc0259e?version=3.58.0
Logs
No response
System Info
Error is in REPL itself
Severity
annoyance
The text was updated successfully, but these errors were encountered: