Update packages/svelte/src/internal/client/dom/blocks/each.js

Co-authored-by: Rich Harris <rich.harris@vercel.com>
fix-15339
7nik 6 days ago committed by GitHub
parent 93354e021a
commit 492b3018fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -475,7 +475,7 @@ function reconcile(
var j;
// full key uniqueness check is dev-only,
// key duplicates cause crushing only due to `matched` being empty
// key duplicates cause crash only due to `matched` being empty
if (matched.length === 0) {
each_key_duplicate('', '', '');
}

Loading…
Cancel
Save