-
### Describe the problem
#2051 allows us to integrate svelte kit into a node server, but it only currently works in production mode. While this is an excelent change, we still need to be able to us…
-
ComposedModal also doesn't work in svelte-kit, possibly because of `onDestroy` using `document`?
-
Work on a progress bar at the top? Like a small line, animating across the whole top? The spinning circle in the middle causes too much of a content flash.
Does Svelte-Kit somehow return the loadin…
Wolfr updated
3 years ago
-
### Describe the bug
Just set up magidoc and haven't been able to get it to work. Running my API locally, it has a _very_ large schema with many auto-generated input and output types by `typegraphql-…
-
Following the recents svelte-kit updates, `timestamp` is no longer a member of `$service-worker`.
In fact, it was replaced by `version` and according to the documentation is "[...] useful for generat…
-
### Describe the bug
I added the sidebar of shadcn, which was newly released in svelte5 version, and added the code according to the usage instructions. It says that all status values defined for…
-
## Description
When using HTML character entities like `<` in a MDsveX page with SvelteKit, Vite throws an `Expected valid tag name` error
(Note, before Vite 2.5.4 and SvelteKit 1.0.0-next.16…
vwkd updated
9 months ago
-
I am new to SvelteKit so I am not entirely familiar with the consequences, but shouldn't the db and auth modules be in $lib/server instead of just $lib?
https://kit.svelte.dev/docs/modules#$lib-$li…
-
### Describe the bug
This bug is about global _type_ scope pollution, but I wasn't sure if I should open the issue here, or in the svelte repo, or in the svelte-check repo, or in the svelte language-…
-
### Describe the bug
For example:
```js
import adapter from '@sveltejs/adapter-auto';
import path from 'path';
import preprocess from 'svelte-preprocess';
/** @type {import('@sveltejs/kit').…