Timo Otten
Timo Otten
### Describe the bug When importing for example Bits-UI components via a namespace import like: ```ts import * as Sheet from '$lib/components/ui/sheet'; ``` any attempt to render a component (for...
### Describe the bug When using `{#if await ...}{:else}{/if}` blocks with **SvelteKit remote functions** (`query` from `$app/server`), a layout shift occurs during hydration despite both branches being prerendered on the...
### Describe the bug This is my code: +page.svelte ```html import { runTest } from './test.remote'; Landing Page {#snippet pending()} Pending {/snippet} {#snippet failed(error, reset)} Failed to runTest Error message:...