You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using bind:group on a store with nested data, previous groups are taken into account, returning an incorrect value when updating the store. This worked fine in Svelte 4.
I tracked the error to the functions bind_group and get_binding_group_value in render.js, where it seems like all groups are concatenated into one, which will be used in the latter function.