-
When running `knip` on a SvelteKit project, knip marks files belonging the framework as unused. This happens for routes, hooks (src/hooks.ts) and possibly more files.
An example of knip ignorin…
-
### Describe the problem
For highly dynamic pages, when the rendered child components could change and not easily determined from the +page.svelte file, if might be useful to fetch data from child …
-
### Describe the bug
When starting a new SvelteKit project from the New Project > Fullstack > SvelteKit template, it seems to install a legacy version found at `@sveltejs/kit@next`, which is a pre-v1…
-
### Describe the bug
From `1.24.0` Sveltekit throws an uncaught error `navigation was aborted` whenever the navigation is **willingly** cancelled by the client. Cancelling the navigation can happen…
-
**Describe the bug**
`export let` statements of an unused property cause a warning. The warning is displayed on the line above the actual property for me.
**To Reproduce**
Set the script langua…
-
I'm recapping a discussion I just had with @alxhub and @tbosch. This is mostly Tobias' design.
**I'm submitting a ...** (check one with "x")
```
[x] feature request
```
**Current behavior*…
-
### Describe the bug
Building a SvelteKit application on one of my GitLab runners breaks with:
`[vite-plugin-svelte-compile] ENOENT: no such file or directory, open '.../.svelte-kit/output/client/…
-
![image](https://github.com/abaga129/sveltekit-adapter-iis/assets/1885172/da8df6b5-fe96-4835-bb33-3599ffa2c413)
Tried putting up the empty sveltekit template and hitting the 404 above.
I've confir…
-
### Bug description
Getting `process not found error` when deploying the prisma Edge client to Cloudflare pages. Isn the Edge client supposed to prevent this error from happening? I am only using the…
-
If I try to import the following React/Nextjs component: `import { ClerkProvider } from "@clerk/nextjs";` in `src/routes/+layout.svelte` I'm getting the following error
```bash
Internal server err…