-
### Describe the bug
I just figured out what the problem is that causes https://github.com/sveltejs/vite-plugin-svelte/issues/969.
Everything works good until I launch `npm run check` in another…
-
I'd like to help contribute a new template to help create REPLs with carbon-components-svelte. Where do I get started?
-
Slots are not supported by LiveSvelte because of issues in Svelte itself. I don't have the issue number but once it's resolved, this usage can be officially supported.
A working named slot example …
-
The docs don't have great examples demonstrating how to use the svelte CSF with typescript support. as an example, with `` now deprecated in favor of
```ts
export const meta = { //...
}
```…
-
-
**Is your feature request related to a problem? Please describe.**
Svelte compiler has `parse(template: string): Ast` but no `print(code: Ast) => template` printer.
TypeScript compiler (and so…
-
# Bug report
## Packages affected
- [ ] sandpack-client
- [x] sandpack-react
## Description of the problem
I'm using `sandpack-react`. Using the `svelte` template with default settings, rea…
-
Either run the Vite CLI or maybe better to copy their template if it doesn't change often. @bluwy @dominikg do you have any experience with that template or the Vite CLI and have any thoughts we shoul…
-
### Description
I'd love to see a SvelteKit starter template for Bits.
I managed to created a [Svelte on Bits demo app](https://github.com/kristianmandrup/svelte-on-bits-demo) based on:
- htt…
-
### Describe the bug
When loading a non-SSR page and pressing the browser's back button while the page is still loading, it's possible for `current.url` to still be the default value of `null`, which…