-
### Describe the bug
When using CustomElements created by js u cant use them in +page.svelte or +layout.svelte file if the pageoption is `ssr = true` and `csr=true` the default.
The CustomElemen…
-
**Describe the bug**
When there is a p5 component on a page and we navigate to another page, the canvas does not seem to be cleaned up. When we return to the page, another canvas is instantiated. If …
-
### Describe the bug
**Pretext**
I have some expensive preprocessing methods which need to run on build of my static website.
I first tried executing them in `svelte.config.js` but I couldn't use t…
-
### Describe the bug
When redirecting to child page from parent page (that is not fully resolved), the `load()` of parent layout is called twice.
For instance, start at root `/` and try `goto('/pa…
-
### Describe the bug
Consider this code:
```
Your Email
{#if validating}
Search
{:else}
Search
{/if}
```
This causes the input field to not be ren…
-
Thanks for stopping by to let us know something could be better!
**PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.co…
-
### Describe the bug
Importing a Wasm module fails, whereas a simple (non-sveltekit) svelte app can load and use the Wasm module just fine.
I'm generating the Wasm module (and project that include…
-
### Describe the bug
Having the following route hierarchy and files breaks the reactivity ~~for `$page`~~.
```
/routes
/main
+layout.svelte
+page.svelte
/about
+page.svel…
-
When using both expandable and stickyHeader together, the expander cell gets some funky css issue going on.
**Repl**
https://stackblitz.com/edit/sveltejs-kit-template-default-mkrkbc?file=src/route…
-
Hi,
Thank you for the nice library. Sadly, it seems there is an issue on Safari.
Please refer to
- https://github.com/sveltejs/kit/issues/12406
- https://github.com/cge-taal/sveltekit-safari-s…