pull/16197/head
Rich Harris 7 months ago
parent b0b37e6a84
commit 9e877be638

@ -410,7 +410,7 @@ function reconcile(
offscreen_items.delete(key);
items.set(key, pending);
var next = prev && prev.next;
var next = prev ? prev.next : current;
link(state, prev, pending);
link(state, pending, next);

Loading…
Cancel
Save