-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Open
Description
Describe the bug
The Popover from bits-ui is not opening under certain weird conditions.
Reproduction
<script>
import { Popover } from "bits-ui";
let value = $state();
let foo = $derived(await value);
</script>
<input bind:value />
<Popover.Root>
<Popover.Trigger>Open Popover</Popover.Trigger>
<Popover.Content>
<p>Popover Content</p>
</Popover.Content>
</Popover.Root>
{#if value}
<p>lol</p>
{/if}Logs
System Info
svelte playgroundSeverity
blocking an upgrade
Metadata
Metadata
Assignees
Labels
No labels