-
### Describe the bug
Hi ! I don't know if this is a bug or if this is intended but when I import a module in a page, I get an error if the module is a `.ts` file and I dont put a `lang="ts` in my `…
-
### Describe the problem
I remember reading awhile ago that when using Runes outside of `.svelte` files, in order to read their values correctly you should be using getters and setters, as simply exp…
-
### 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…
-
```masduende$ npm install
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: spatz-2@0.2.6
npm ERR! Found: svelte@5.0.0-next.269
npm E…
-
### Description:
- Build a version of the DEX widget boilerplate repo using Svelte
- Match all features from the original demo
- Keep it lightweight
### Must Have:
- All core trading features
…
-
### Describe the bug
I meet a problem when i launch my dev mode. I've tried with npm and yarn but both gave me this error
I've tried to rollback my code, rollback my packages, but problem is still…
-
Windows doing bullshit as always again. After running `pnpm start` in `./community-adder-template` and confirming the community adder warning, it failed creating the symbolic link:
```
PS D:\dev\w…
-
### Describe the problem
@bluwy @dominikg is `vitePreprocess` used for anything besides typescript support?
### Describe the proposed solution
Remove `vitePreprocess` from the svelte config file or…
-
### How can we reproduce the crash?
run `bunx shadcn-svelte@latest init`
in an empty sveltekit skeleton project.
If you think this issue is related to something else, close it.
### Relevant log…
-
I know Svelte 5 is still in RC but interesting finding(?) nonetheless. Or Not. Multiple XY components in the XY container crashes my application at least:
```svelte
```
Same cod…