-
### Describe the problem
Today when I tried migrate, I had:
```ts
type TileStatus = "Success" | "Error" | "Warning" | "Info" | "Loading";
// svelte 4
let status: TileStatus = "Loading";
/…
-
-
-
Tho svelte 5 is backwards compatible, it would be nice if we can have a runes version of this library. I'm a huge fan. Thank you for all the effort you've put in in this lib
-
I am not sure if this is a problem with Svelte 5 (with sveltekit) specifically, but wx-svelte-core does not work with Svelte 5.
In the editor when importing, you get a "Cannot find module 'wx-svelt…
-
Are there plans for Svelte 5 support? :)
-
As of 0.14.1 on Linux I get this error when trying to render a Svelte component in a LiveView template.
```bash
Component.render(...) is no longer valid in Svelte 5. See https://svelte.dev/docs/sv…
-
### Describe the bug
Hi , here activeGrid is reactive state , i can see activeGrid text changes.. but GridSvg with reactive component is not re-rendering when activeGrid is changed.
{#snippet …
-
### How can we reproduce the crash?
run the command "bunx sv create testSvelte5" in a windows 11 desktop in VSCode terminal.
### Relevant log output
```
PS C:\Users\mfmar\development> bunx sv create…
-
Any plans to more fully support Svelte 5 now that's in release candidate?
The most notable change to bring `svelte-file-dropzone` in line with deprecations etc would just be to replace events (`on…