We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{#each items as { propA, ...restProps }} {propA} {restProps} {/each}
Svelte for VS Code version 109.4.0 shows an error when trying to get the properties of an array element with the above code.
Svelte-check shows no error. Svelte for VS Code version 109.3.3 or earlier does not indicate an error. I think there is a bug in version 109.4.0.
https://github.com/comman-fukui/issue-vscode-svelte-extension Repository url for reproduction. You can check it in the file src/routes/+page.svelte.
As with version 109.3.3, no errors are displayed.
Svelte for VS Code extension
No response
The text was updated successfully, but these errors were encountered:
each
No branches or pull requests
Describe the bug
Svelte for VS Code version 109.4.0 shows an error when trying to get the properties of an array element with the above code.
Svelte-check shows no error.
Svelte for VS Code version 109.3.3 or earlier does not indicate an error.
I think there is a bug in version 109.4.0.
Reproduction
https://github.com/comman-fukui/issue-vscode-svelte-extension
Repository url for reproduction.
You can check it in the file src/routes/+page.svelte.
Expected behaviour
As with version 109.3.3, no errors are displayed.
System Info
Which package is the issue about?
Svelte for VS Code extension
Additional Information, eg. Screenshots
No response
The text was updated successfully, but these errors were encountered: