-
## Context
The `svelte` Live View component renders `` and `` [tags inline](https://github.com/woutdp/live_svelte/blob/28cd599b368762d250c69a922af9cc1ba9214823/lib/component.ex#L108C10-L108C15). Th…
-
I downloaded the code and made a few changes to make it run.
I updated the code to make sure the project runs
renamed svelte.config.cjs to svelte.config.js
changed content to:
```
import pr…
-
### What happened?
Awesome framework guys 🥳! I enjoyed building stuff in it I will try to contribute on some parts. I experienced some problems though and I have to always manually stopping the dev…
-
### Describe the problem
AFAIK, writing snippets outside of Svelte component files is not possible. However, unit testing would greatly benefit from being able to define snippets in .svelte.ts files…
-
### Describe the bug
When initializing the `tweened` store with a derived value, I get a warning: "State referenced in its own scope will never update. Did you mean to reference it inside a closure?"…
-
SvelteKit 1.0 was just released. This app is still on the beta version.
Before migrating to 1.0, need to update to the last one _before_ 1.0. Probably should do an [`npm install --save-exact`](htt…
-
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 …
-
Can we add support for some of sveltekit internal API especially `$app` (https://kit.svelte.dev/docs#modules-$app-env) ?
-
Hi,
I'm trying to convert an existing (and fully working) Electron + Svelte project to use TypeScript, so I decided to follow your tutorial on Medium.
Problem is, when I launch the executable I…
-
Some of the examples on the Svelte website are straightforward/intuitive but others need some explanation/documentation. For example, the "Deferred transitions" example is excellent but there are a l…