init $$ in component with empty object value

pull/5639/head
Ivan Hofer 5 years ago
parent 5ad396b6b2
commit c154895a77

@ -224,7 +224,7 @@ if (typeof HTMLElement === 'function') {
}
export class SvelteComponent {
$$: T$$;
$$: T$$ = {} as T$$;
$$set?: ($$props: any) => void;
$destroy() {

Loading…
Cancel
Save