0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-29 00:22:05 +01:00
Commit Graph

1 Commits

Author SHA1 Message Date
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