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
Problems if I start use bind for select but errors happen in the cycle only. Example: https://svelte.technology/repl?version=1.23.4&gist=d4a94bef5e59ef527219132bf6d6054a
The text was updated successfully, but these errors were encountered:
A shorter repro: https://svelte.technology/repl?version=1.23.4&gist=6d88fc6f92026e5a394ba87438471ca2
Looks like there might be an issue with select elements + two-way binding to properties on objects you're iterating over.
Sorry, something went wrong.
fix context for bindings (#685)
01ec300
Merge pull request #690 from sveltejs/gh-685
d817f09
fix context for bindings
No branches or pull requests
Problems if I start use bind for select but errors happen in the cycle only. Example:
https://svelte.technology/repl?version=1.23.4&gist=d4a94bef5e59ef527219132bf6d6054a
The text was updated successfully, but these errors were encountered: