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
https://svelte.technology/repl?version=2.4.1&gist=6650af687dd70e62050e9b0d27e59c03
The keyed each block causes the runtime dev warning <App> was created without expected data property 'letter', which it should not.
<App> was created without expected data property 'letter'
cc @johnmuhl
The text was updated successfully, but these errors were encountered:
evaluate each block key in child scope - fixes #1397
7f58701
Merge pull request #1402 from sveltejs/gh-1397
eff4319
evaluate each block key in child scope
Successfully merging a pull request may close this issue.
https://svelte.technology/repl?version=2.4.1&gist=6650af687dd70e62050e9b0d27e59c03
The keyed each block causes the runtime dev warning
<App> was created without expected data property 'letter'
, which it should not.cc @johnmuhl
The text was updated successfully, but these errors were encountered: