-
**Describe the bug**
SvelteKit app is not detected when opening up the devtools. Tried numerous reinstalls of the Chrome devtools. Is there an expected timeline on when Svelte 5 support will be added…
-
Hi,
we're running Svelte SPA app inside HWV, but for easier debugging it would be of great help to us to be able to direct the HWV to a localhost URL, like `http://10.0.2.2:5173` which is the case…
-
### Describe the bug
This is most apparent when implementing pagination, but when trying to use deeply nested reactivity with page data objects in a svelte kit route (e.g. `$state(data.foo)`), it b…
-
### Describe the bug
`App.svelte`
```svelte
import A from './A.svelte'
```
`A.svelte`
```svelte
const {...rest} = $props()
some text
[text-orange='']{
color: o…
-
Similar to how custom html can be supplied, it'd be great to be able to supply a renderComponent attribute, when if defined it would be used instead of Image, Video, Iframe etc. This would make the us…
motin updated
2 weeks ago
-
### Describe the bug
Environment: Windows 11
Docker OS: Linux
When attempting to build and bring up a local docker container, failures occur. See steps below
### Link to the Bolt URL that caused…
-
When attempting to use the `use:tooltip` action or `...` in the Svelte 5 Release Candidate (`svelte@5.0.0-next.192`) I encounter this error.
I understand that Svelte 5 has not officially released, ho…
-
Version: Deno 2.0.0-rc.1+ce1d668 (canary, release, x86_64-pc-windows-msvc)
```sh
// Select `SvelteKit demo app`.
npm create cloudflare@latest -- my-svelte-app --framework=svelte
```
We can co…
-
### Describe the bug
My Svelte 5 project is located in a subfolder of the main project.
When I try to use @render or #snippet, I get an error message in VSCode.
### Reproduction
```ssh…
-
Now Svelte 5 is officially in Release Candidate stage.
svelte@5.0.0-next.115 produces the following warning:
`svelte-filepond/src/Component.svelte:1:16 e 'accessors' option has been deprecated. It…