You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure what exactly is causing this but when I try to use this library in my sveltekit project I get an error:
<AutoComplete> is not a valid SSR component. You may need to review your build config to ensure that dependencies are compiled, rather than imported as pre-compiled modules
Error: <AutoComplete> is not a valid SSR component. You may need to review your build config to ensure that dependencies are compiled, rather than imported as pre-compiled modules
I am adding simple-svelte-autocomplete to my devDependencies.
If I copy the whole component into my project I don't get the error, so maybe the issue is in the packaging somehow?
I'll try to update this issue if I learn anything else, but I didn't want to forget to make it
The text was updated successfully, but these errors were encountered:
I am not sure what exactly is causing this but when I try to use this library in my sveltekit project I get an error:
I am adding
simple-svelte-autocomplete
to mydevDependencies
.If I copy the whole component into my project I don't get the error, so maybe the issue is in the packaging somehow?
I'll try to update this issue if I learn anything else, but I didn't want to forget to make it
The text was updated successfully, but these errors were encountered: