-
# deno:
deno 2 compile doesn't work on svelkit issue (with workarounds): https://github.com/denoland/deno/issues/26155
see my comment: https://github.com/denoland/deno/issues/26155#issuecomment-…
-
### Describe the problem
# Issue with Runes Documentation
Using the runes in a component is documented nicely but when you go to replicate those patterns for importing runes the experience falls apa…
-
I'm trying to pass the `id` as an attribute to be able to use it in the Heading component like so:
```html
/* Stores */
import { page } from '$app/stores';
export let level: 1 | 2 | 3…
-
**Description**
Currently I'm using superforms with Svelte 5 just fine. However, when I use $effect or some reactive code on a field input value, it will trigger on every other field updates. I guess…
-
### Describe the bug
Update of $state variable overwrites it instead of update when the state variable was returned by a function.
As you can see in the 2nd log line, `count2` is not a state proxy…
-
If you create a new svelte 5 starter app (out of the box supported with create app..) and add svelte legos, it completely breaks the site. I'm really only using the media queries and clipboard.
```…
-
### Describe the bug
When using our package `@sentry/sveltekit` in a minimal SvelteKit app with `@sveltejs/adapter-cloudflare`, a build error is logged when the adapter is invoked (see [logs](#logs…
-
I just tried to use svelte stores and I had a problem in stores.js :
`import { writable } from 'svelte/store';`
^^^^^^
SyntaxError: Cannot use import statement outside a module
The same c…
-
### Describe the bug
Generated `$houdini` folder has some circular dependencies across *.js files. It may lead to unpredictable consequences, including vite hangs.
It is reproducible in the `examp…
-
### Describe the bug
https://kit.svelte.dev/docs/modules#$app-stores-page doesn't have a link to the types it uses
However, it used to: https://web.archive.org/web/20230708065835/https://kit.svelt…