Revert "init $$ in component with empty object value"

This reverts commit c154895a77.
pull/5639/head
Ivan Hofer 5 years ago
parent 83d5fe8256
commit bf87612acf

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

Loading…
Cancel
Save