-
### Describe the problem
### Related Issue/Discussion
- Closes https://github.com/sveltejs/kit/discussions/4339#discussioncomment-10830952
- Closes https://github.com/sveltejs/kit/issues/9160
- …
-
### Describe the problem
Currently, sveltes stores use a greedy comparator to determine if a value has changed:
```js
/**
* @param {any} a
* @param {any} b
* @returns {boolean}
*/
export f…
-
**Describe the bug**
I can't get Youtube element to load new id, when it is changed in variable.
**To Reproduce**
Here's the simple code for app I use. Basically it displays a text box, a but…
-
- [x] Before posting an issue, read the [FAQ](https://superforms.rocks/faq) and search the previous issues.
**Description**
I tried retuning multiple superforms in an array, but I could not use it…
-
# Learn Svelte and SvelteKit
## Part 1: Basic Svelte
- [x] Introduction
- [x] Reactivity
- [x] Props
- [x] Logic
- [ ] Events
- [ ] Bindings
- [ ] Lifecycle
- [ ] Stores
## Part 2: Adv…
-
**Description:**
We are using a Zod schema with `Record` to support a multi-language `message`. Our schema is defined as follows:
```js
z.object({
message: z.record(z.string()).optional(),
…
mpost updated
3 weeks ago
-
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 …
-
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
**Note:** The following block quote is from #9458.
> Currently, a change to a store's value only causes stores which are immediately dependent on it to be invalidated. Svelt…
mnrx updated
6 months ago
-
### 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…