Describe the bug
It should probably output only the key.
Reproduction
<script>
const items = [
[0, 'A', 1],
[0, 'B', 2],
[0, 'C', 3],
]
</script>
{#each items as [id, value, other] (id)}
<div>{item.value}</div>
{/each}
each_key_duplicate Keyed each block has duplicate key `0,B,2` at indexes 0 and 1 in App.svelte
Playground
Logs
No response
System Info
Severity
annoyance