-
Hi 👋🏼 ! I want to prefix this with, thank you for building this component. It's been really nice to work with it. :) Also kudos for providing docs and repls to get started.
---
I encountered an …
till updated
5 months ago
-
### Describe the bug
When refreshing a page (or submitting a form) with a `PageState`, the `PageState` is lost. However, when checking the `history.state['sveltekit:states']`, we see that the expec…
mpost updated
1 month ago
-
When trying to import [Sveltekit Modules](https://kit.svelte.dev/docs/modules#$app-stores) such as the `$path` store in a component,
❌ I get an error in **Histoire** `(port 6006)`
✅ I don't get a…
-
In https://github.com/sveltejs/svelte/pull/6750, there is a proposed change to the StartStopNotifier type of Svelte stores, which will be a breaking change for anyone creating custom stores. See the P…
rmunn updated
3 years ago
-
# Problem
Right now the frontend is divided into parts. However, the data structure and whatnot is quite exposed. This is not ideal for adding newer features (which I plan to). Are there any possible…
-
### Description
Currently, the `@ai-sdk/svelte` only supports Svelte 3 and Svelte 4 but could be completely usable by changing the `sswr` dependency with something like `@tanstack/svelte-query` or a …
-
I'd like to use Svelte component testing feature in order to sort of unit test some ts libraries used across my SvelteKit application. This way I could use Playwright for everything.
The problem I …
-
### Describe the bug
After creating an element with `spring` stores used for coordinates, testing the animation on different displays results in a noticeably different animation.
My animation on a…
-
```svelte
import { userdata } from '$lib/stores.js';
import { onMount } from 'svelte';
onMount(async () => {
const userNew = {
first_name: "John",
last_name: "Doe"
}
$userda…
-
This library seems interesting as it solves the one thing that is currently really missing from svelte stores.
I think the whole `.zoom()` could be transformed into basic dot style accessors using …