-
Can we add this Portal repl in the examples section?
https://github.com/sveltejs/svelte/issues/3088#issuecomment-505785516
```svelte
// src/components/Portal.svelte
import { onMount, onDestr…
-
### Describe the bug
When doing a conditional wrapping like so:
```svelte
{#if wrap}
{@render children()}
{:else}
{@render children()}
{/if}
```
When the `wrap` variable chang…
-
### Describe the bug
When I use VoiceOver to navigate via a link that remains on the page after the route-change, then that link remains selected by VoiceOver (even though the page-title is correctly…
-
### Describe the bug
When adding `"bits-ui": "1.0.0-next.32"` to `package.json` in a fresh Sveltekit 5 project and running it in development mode, after the first refresh it throws the following erro…
-
### Describe the bug
I tried to edit a child component that uses `getContext` where the context key is imported from the parent svelte component's `context="module"`. When I edit the child component …
-
Can you add a function that works like this:
https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/config.md#inspector
Meaning in the DevTools panel an additional button that opens the ite…
-
**Is your feature request related to a problem?**
Can't format selected text in .svelte documents.
![image](https://user-images.githubusercontent.com/8567893/113182032-5965a180-924a-11eb-8d61-89f…
-
It seems like there's an ongoing discussion on this so this issue might be redundant in the scope of things.
I guess the reason for the verbose naming is to avoid collision with the user's defined …
-
Find a way to user $app/stores within a sveltekit library
-
I tried to use the chart in the repo to deploy chat-ui in kubernetes, but encountered the following error:
```
NotFound [Error]: Not found: /healthcheck
at resolve2 (file:///app/.svelte-kit/o…