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
{{ message }}
This repository has been archived by the owner on Nov 9, 2024. It is now read-only.
The problem is, the render callback is being called immediately when I hover over the trigger element and then again once the delay time is up and the tooltip is actually being mounted.
That behavior prevents me from firing up entering animation on time since the Bubble component is being rendered too early.
I could not find anything in the attr object, or in the inst object that might indicate a "real mounting". It does give me access to "onMount()" and "onShow()" callbacks, but maybe I am not doing it right?...
(I tried: inst.onMount(() => {...}) and also: inst.onMount = () => {...})
Please note that this behavior does not happen on a regular (not singleton) Headless Tippy
Hi, I don't know if it's something that I am doing wrong or maybe it's a bug.
I have a Headless Singleton Tipply:
The problem is, the render callback is being called immediately when I hover over the trigger element and then again once the delay time is up and the tooltip is actually being mounted.
That behavior prevents me from firing up entering animation on time since the Bubble component is being rendered too early.
I could not find anything in the attr object, or in the inst object that might indicate a "real mounting". It does give me access to "onMount()" and "onShow()" callbacks, but maybe I am not doing it right?...
(I tried:
inst.onMount(() => {...})
and also:inst.onMount = () => {...}
)Please note that this behavior does not happen on a regular (not singleton) Headless Tippy
Would really appreciate your help. Thanks!
Sandbox link for demo
The text was updated successfully, but these errors were encountered: