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
False positive undefined variables when destructuring object keys in @const tag:
@const
Minimal REPL
<script> const objs = [{a:1, b:2}, {a:3, b:4}] </script> {#each objs as obj} {@const {a, b} = obj} {a} {b} {/each}
The text was updated successfully, but these errors were encountered:
apply id prop to <input> insted of outer div (closes #25)
b54d156
ad52d02
No branches or pull requests
False positive undefined variables when destructuring object keys in
@const
tag:Minimal REPL
The text was updated successfully, but these errors were encountered: