pull/12884/head
Dominic Gannaway 2 years ago
parent 585b26a78f
commit 62670b2bcb

@ -243,7 +243,7 @@ function reconcile(array, state, anchor, render_fn, flags, get_key) {
var current = first; var current = first;
/** @type {undefined | Set<EachItem>} */ /** @type {undefined | Set<EachItem>} */
var seen;; var seen;
/** @type {EachItem | null} */ /** @type {EachItem | null} */
var prev = null; var prev = null;

Loading…
Cancel
Save