Closed calasanmarko closed 4 weeks ago
See issue https://github.com/dylanblokhuis/svelte-feather-icons/issues/26.
Typescript and svelte-check complain when using SvelteComponentTyped instead of SvelteComponent, probably related to the deprecation of the former.
SvelteComponentTyped
SvelteComponent
This PR changes the build script to use SvelteComponent.
@dylanblokhuis any chance this could get merged?
Merged, available now with v4.2.0
See issue https://github.com/dylanblokhuis/svelte-feather-icons/issues/26.
Typescript and svelte-check complain when using
SvelteComponentTyped
instead ofSvelteComponent
, probably related to the deprecation of the former.This PR changes the build script to use
SvelteComponent
.