You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Property 'label' is missing in type '{ opened: true; position: "left"; withArrow: true; }' but required in type '{ class?: string; label: any; opened?: boolean; openDelay?: number; closeDelay?: number; color?: SvelteUIColor; radius?: SvelteUINumberSize; disabled?: boolean; ... 243 more ...; 'on:fullscreenerror'?: EventHandler<...>; }'.ts(2741)
The position is broken when using tooltip with slot
<Tooltipopenedposition="left"withArrow> <!-- <== Cannot change position of the tooltip anymore, it would always on the right side -->
<divslot="label">Text...</div>
<div></div>
</Tooltip>
In which browser(s) did the problem occur?
Microsoft Edge Beta/Dev/Canary
Steps To Reproduce
N/A
Do you know how to fix the issue
No
Are you willing to participate in fixing this issue and create a pull request with the fix
No
Relevant Assets
No response
The text was updated successfully, but these errors were encountered:
What package has an issue
@svelteuidev/core
A clear and concise description of what the bug is
label
props when using Tooltip with aslot
:VsCode yells:
position
is broken when using tooltip withslot
In which browser(s) did the problem occur?
Microsoft Edge Beta/Dev/Canary
Steps To Reproduce
N/A
Do you know how to fix the issue
No
Are you willing to participate in fixing this issue and create a pull request with the fix
No
Relevant Assets
No response
The text was updated successfully, but these errors were encountered: