-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Open
Description
Describe the bug
{#each $windowsStore as w (w.id)}
<w.component bind:this={instances[w.id]} />
{/each}Reproduction
With store, nulls in instances after adding a few windows:
Using $state, no nulls in instances:
Using store and bind:this={() => instances[w.id], (v) => instances[w.id] = v}, no nulls:
Logs
System Info
-Severity
blocking an upgrade
Rican7
Metadata
Metadata
Assignees
Labels
No labels