-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed as not planned
Description
Describe the bug
<Dropdown >
{#snippet target(node,onclick,onmouseenter,onmouseleave)}
<button onclick={onclick} bind:this={node} onmouseenter={onmouseenter} onmouseleave={onmouseleave}>
<span>icon</span>
</button>
{/snippet}
<div class="p-5 w-64">
Dropdown
</div>
</Dropdown>
error : bind:this={node}
Reproduction
no
Logs
No response
System Info
"@sveltejs/vite-plugin-svelte": "4.0.0-next.7",
"svelte": "5.0.0-next.265"Severity
annoyance
Metadata
Metadata
Assignees
Labels
No labels