pull/17258/head
Rich Harris 4 days ago
parent a3d02c2ce9
commit 9bdf8e2193

@ -684,7 +684,6 @@ function create_item(items, anchor, prev, value, key, index, render_fn, flags, g
var item = {
i,
v,
k: key,
// @ts-expect-error
e: null,
o: false,

@ -97,8 +97,6 @@ export type EachItem = {
v: any | Source<any>;
/** index */
i: number | Source<number>;
/** key */
k: unknown;
/** true if onscreen */
o: boolean;
prev: EachItem | null;

Loading…
Cancel
Save