pull/16197/head
Rich Harris 4 months ago
parent 4136cf20b4
commit fcd51d48a3

@ -109,17 +109,9 @@ export function push(props, runes = false, fn) {
m: false, m: false,
s: props, s: props,
x: null, x: null,
l: null l: legacy_mode_flag && !runes ? { s: null, u: null, $: [] } : null
}); });
if (legacy_mode_flag && !runes) {
component_context.l = {
s: null,
u: null,
$: []
};
}
teardown(() => { teardown(() => {
/** @type {ComponentContext} */ (ctx).d = true; /** @type {ComponentContext} */ (ctx).d = true;
}); });

Loading…
Cancel
Save