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
Describe the bug I tried using svelte-capacitor template and adding svelte-modals but the modals don't seem to work at all and without error messages
Reproduction
The text was updated successfully, but these errors were encountered:
I just ran into this yesterday. There's a Vite bug that causes this but the work around is to add this to your vite.config.js:
optimizeDeps: { exclude: ['svelte-modals'], }
Sorry, something went wrong.
Yep, seems to work just fine with that included
awesome. This is the particular issue if you're curious, but vite-plugin-svelte will hopefully automate this soon as a temporary workaround.
No branches or pull requests
Describe the bug
I tried using svelte-capacitor template and adding svelte-modals but the modals don't seem to work at all and without error messages
Reproduction
The text was updated successfully, but these errors were encountered: