$ errors.fyi/svelte/each_key_duplicate 128 namespaces · 4,025 codes
svelte · svelte/each_key_duplicate
each_key_duplicate

Keyed Each Block Has Duplicate Key

A keyed `{#each list as item (key)}` block produced the same key for more than one item. Key expressions must be unique and stable across re-renders — derive a primitive value (e.g. `item.id`) rather than an object or array, which is never equal to itself between renders.

References

In this namespace

» community-maintained · contribute on GitHub npm i -g errors-fyi && errorfyi ENOENT