svelte-checkbox icon indicating copy to clipboard operation
svelte-checkbox copied to clipboard

Cannot find module

Open AqueleHaru opened this issue 3 years ago • 2 comments

yo! im already installed the module, and im using it but on the code always show this image

module is working fine. but it always show the error.

is there any fix?.. thanks!

AqueleHaru avatar Oct 26 '21 04:10 AqueleHaru

Add this to your global.d.ts if you have one

declare module 'svelte-checkbox' { const Checkbox: SvelteComponent; export default Checkbox; }

JeremyMoeglich avatar Apr 30 '22 09:04 JeremyMoeglich

https://stackoverflow.com/questions/66965954/build-error-after-updating-svelte-package-subpath-compiler-js-is-not-define this might help

JeelRajodiya avatar Aug 01 '22 16:08 JeelRajodiya