0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-28 16:12:17 +01:00
svelte/.changeset/honest-icons-change.md
Dominic Gannaway cf63220a0e
fix: ensure keyed fallback to indexed (#9441)
Fixes #9408. Ensures that if we have a key that matches the index, that we fallback to using an indexed each block.
2023-11-14 13:37:49 +01:00

87 B

svelte
patch

patch: ensure keyed each block fallback to indexed each block