0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-28 16:12:17 +01:00
svelte/.changeset/cyan-flowers-destroy.md
Simon H bd0ebf3b81
fix: correctly determine bind:group members (#10368)
- Previously, any each block parents where used as keys for the sub group. That's wrong, it should only be using each blocks whos declarations contribute to the `bind:group` expression. Fixes #10345
- Only the left-most identifier of the expression was used to determine the binding group. This is wrong, all identifiers within the expression need to be taken into account. Fixes #9947
2024-02-01 18:00:57 +01:00

71 B

svelte
patch

fix: correctly determine bind:group members