-
### Describe the bug
The Checkbox component no longer seems to bind correctly with writable stores.
In the example provided clicking on the Checkbox to toggle on/off doesn't update the contents o…
-
### Describe the problem
Various ways of how to iterate/get all children of a Svelte component have been discussed in #5381 or #4455. However, there does not seem to be a way to determine the current…
-
I'm looking for ideas on how to separate the code to make a Svelte-only version of Superforms. It should share as much code as possible with the SK version, and there should be some convenient build t…
-
Feature list from [Rustle](https://github.com/pintariching/rustle). Not aiming to implement all of these, just a good reference for the _many_ things that Svelte is doing.
- [ ] on:click event hand…
-
Hey,
I'm quite new to svelte/sveltekit so I might be missing something, but I'm trying to test a component making use of some logic of `$page.url.pathname` from the `$app/stores` module.
This requ…
-
After attempting to port a working Svelte 3/LayerCake app (using `npm i -S --force LayerCake`) I got the error above (`ERR_SVELTE_TOO_MANY_UPDATES`).
To verify the bug wasn't on my side, I moved an…
saabi updated
1 month ago
-
### Describe the bug
I am getting this error when trying to access a store passed in via snippet parameter:
```
Cannot subscribe to stores that are not declared at the top level of the component
`…
-
### Describe the bug
I'm seeing issues with binding to values within stores in Svelte 5. Simple code that I trivially ported from Svelte 4 experiences issues with the the store not updating through …
-
I am checking if a user is logged in and if true then I am redirecting to the home page but the flash messages wont show
`+page.server.ts`
```
export const load: PageServerLoad = async ({ reques…
-
Hello, I am using Dexie.js for the first time with my Svelte5 app, and I am trying to figure out how to show the query async status lifecycle.
```
let transactions = $derived.by(() => {
// noop …