We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
each
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
Since version 3.38.0, each blocks don't seem to respond to reordering arrays anymore.
3.38.0
I've been using this REPL as an example for a sortable list I'm building: https://svelte.dev/repl/3bf15c868aa94743b5f1487369378cf3?version=3.37.0. Now if I move the first item to become the last item, it does work in 3.37.0. However, when tried in version 3.38.0 (https://svelte.dev/repl/3bf15c868aa94743b5f1487369378cf3?version=3.38.0), svelte doesn't seem to understand it has to re-render the list anymore.
3.37.0
No response
I've tested in chrome latest and firefox latest. Both work well in 3.37.0, but not anymore since 3.38.0.
blocking an upgrade
The text was updated successfully, but these errors were encountered:
Possible duplicate of #6444
Sorry, something went wrong.
verified it's fixed by #6445, will be fixed in the next Svelte version
No branches or pull requests
Describe the bug
Since version
3.38.0
, each blocks don't seem to respond to reordering arrays anymore.Reproduction
I've been using this REPL as an example for a sortable list I'm building: https://svelte.dev/repl/3bf15c868aa94743b5f1487369378cf3?version=3.37.0. Now if I move the first item to become the last item, it does work in
3.37.0
. However, when tried in version3.38.0
(https://svelte.dev/repl/3bf15c868aa94743b5f1487369378cf3?version=3.38.0), svelte doesn't seem to understand it has to re-render the list anymore.Logs
No response
System Info
I've tested in chrome latest and firefox latest. Both work well in
3.37.0
, but not anymore since3.38.0
.Severity
blocking an upgrade
The text was updated successfully, but these errors were encountered: