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
Seems original RFC and #1877 propose that we gonna able to do this to collect multiple nodes as refs:
{#each items as item, i} <a bind:this={elems[i]}>{item}</a> {/each} <script> let items = [...]; let elems = []; </script>
But for now new REPL throws an error "i is not defined": https://v3.svelte.technology/repl?version=3.0.0-alpha12&gist=9e81322e43470ab531eac9c1e79dfe22
The text was updated successfully, but these errors were encountered:
pull contextual deps through for member exprs in this bindings - fixes …
0e06e15
…sveltejs#1916
3a7b9ad
Merge pull request #1974 from evs-chris/gh-1916-evschris
0f9ea4a
Attempt at #1916, including update handling
No branches or pull requests
Seems original RFC and #1877 propose that we gonna able to do this to collect multiple nodes as refs:
But for now new REPL throws an error "i is not defined": https://v3.svelte.technology/repl?version=3.0.0-alpha12&gist=9e81322e43470ab531eac9c1e79dfe22
The text was updated successfully, but these errors were encountered: