svelte-checkbox
svelte-checkbox copied to clipboard
Cannot find module
yo! im already installed the module, and im using it but on the code always show this
module is working fine. but it always show the error.
is there any fix?.. thanks!
Add this to your global.d.ts if you have one
declare module 'svelte-checkbox' { const Checkbox: SvelteComponent; export default Checkbox; }
https://stackoverflow.com/questions/66965954/build-error-after-updating-svelte-package-subpath-compiler-js-is-not-define this might help