We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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!
The text was updated successfully, but these errors were encountered:
Add this to your global.d.ts if you have one
declare module 'svelte-checkbox' { const Checkbox: SvelteComponent; export default Checkbox; }
Sorry, something went wrong.
https://stackoverflow.com/questions/66965954/build-error-after-updating-svelte-package-subpath-compiler-js-is-not-define this might help
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: