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
the popup is not shown initially, despite the showOnCreate prop. It looks like this is because the default implementation for onShow returns false if the content prop is not set. But in this case I am using a slot instead of the content prop.
Thanks!
The text was updated successfully, but these errors were encountered:
Example showing issue
If I set up a simple tippy like this,
the popup is not shown initially, despite the
showOnCreate
prop. It looks like this is because the default implementation foronShow
returnsfalse
if thecontent
prop is not set. But in this case I am using a slot instead of the content prop.Thanks!
The text was updated successfully, but these errors were encountered: