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
I found out that you can't use the props visible to dismiss the tooltips.
Actually you forgot to mention the dismiss props in your documentation. That's the one that should be used to dismiss the tooltips.
But also while dismiss must be equal to true, the visible props must also be equal to true.
Hi Pranav,
I found out that you can't use the props
visible
to dismiss the tooltips.Actually you forgot to mention the
dismiss
props in your documentation. That's the one that should be used to dismiss the tooltips.But also while
dismiss
must be equal totrue
, thevisible
props must also be equal totrue
.I think we should mention in the documentation, explain how to dismiss the tooltip.
The text was updated successfully, but these errors were encountered: