-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
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
Dependency error with SvelteKit v1.0.0-next.137 #344
Comments
Hmm weird, let me see what's up |
Thanks - just updated my initial report with more details. |
Hi @nstuyvesant, can you try this prerelease?
Am assuming should fix but please confirm and I can do a real release. |
Actually disregard - trying this locally and still seeing:
What's up with this |
Hey @nstuyvesant , I think I found the issue - Sveltekit freaks out because InlineContainer.svelte has no <script></script> tag in it. This is not an issue with other tools so am assuming that's an error? I have this PR which works around though: #345 |
Thanks for this help! I can confirm [email protected] solves this issue. I can also add that if a Svelte component has a <script></script> tag but nothing in it, the same problem occurs. |
Actually, this issue was submitted already... sveltejs/kit#2001 |
Cool thanks. I'll release a new version with this workaround for the time being. |
Released in |
Awesome - thanks for the quick turnaround! |
Getting this error twice when I run the dev server
npm run dev -- --host --open
...I am not referencing InlineContainer.svelte in any of my code but I am using Modal and Offcanvas which both reference it.
Using [email protected], SvelteKit 1.0.0-next.137, Svelte 3.40.2, vite 2.4.3, node 16.5.0
Got the same error creating a pristine project putting Offcanvas in the boilerplate index.svelte...
cd my-app
npm install --saveDev sveltestrap
Added this to the section tag...
The text was updated successfully, but these errors were encountered: