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
Currently, a store referenced with $ must be declared at the top level. But you might want to have an array of stores:
$
{#each todos as todo} <div> <input type=checkbox bind:checked={$todo.done}> {$todo.description} </div> {/each}
The text was updated successfully, but these errors were encountered:
error on contextual stores, for now (#2016)
6f394e5
Merge pull request #2103 from sveltejs/gh-2016
0ad8bf9
error on contextual stores, for now
Closing in favour of #4079 as there is more discussion in that issue, even though it came later.
Sorry, something went wrong.
No branches or pull requests
Currently, a store referenced with
$
must be declared at the top level. But you might want to have an array of stores:The text was updated successfully, but these errors were encountered: