chore: skip static index update (#17249)

pull/17294/head
Rich Harris 7 months ago committed by GitHub
parent 5b5f688ddd
commit 6dea3d0a28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -243,8 +243,6 @@ export function each(node, flags, get_collection, get_key, render_fn, fallback_f
if (is_reactive_index) {
internal_set(/** @type {Value<number>} */ (item.i), i);
} else {
item.i = i;
}
if (defer) {

Loading…
Cancel
Save