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
Describe the bug when using spread lists (keyed), then lists is updated, event will be duplicate/multiplied
To Reproduce https://svelte.dev/repl/a53e38c2ac7a4bd1bf7103454e5bfe03?version=3.19.1
The text was updated successfully, but these errors were encountered:
Just had the same issue. A simple sort on an array used by a keyed list will result in duplication of the events. Very annoying.
Did tested @tanhauhau fix, but it looks good.
Sorry, something went wrong.
This is fixed in 3.20.0 - https://svelte.dev/repl/a53e38c2ac7a4bd1bf7103454e5bfe03?version=3.20.0
Successfully merging a pull request may close this issue.
Describe the bug
when using spread lists (keyed), then lists is updated, event will be duplicate/multiplied
To Reproduce
https://svelte.dev/repl/a53e38c2ac7a4bd1bf7103454e5bfe03?version=3.19.1
The text was updated successfully, but these errors were encountered: