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
REPL:
{{#each things.foo as foo}} <Foo :foo/> {{/each}} <script> export default { components: { Foo } }; </script>
// (1:0) {{#each things.foo as foo}} function create_each_block(state, foo, foo, foo_index, component) { // ... }
It's deconflicting things against foo, but not things.foo against foo.
things
foo
things.foo
The text was updated successfully, but these errors were encountered:
Use a block scoped unique name for the context solves sveltejs#911
a03cf37
Merge pull request #912 from esarbanis/arg-name-clash
60c13a6
Use a block scoped unique name for the context solves #911
Fixed in 1.41.3 thanks to @esarbanis
Sorry, something went wrong.
No branches or pull requests
REPL:
It's deconflicting
things
againstfoo
, but notthings.foo
againstfoo
.The text was updated successfully, but these errors were encountered: