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
Note that we had to introduce that delay because the tooltip doesn't appear when placed in componentDidMount.
I tried to debug this, as I thought that a hideMenu() was being called, but it wasn't. showMenu() is called correctly and then the context menu disappears without a call to hideMenu().
Any help would be appreciated, thanks!
The text was updated successfully, but these errors were encountered:
Hey there! First of all, thanks for this cool library. It has been working great.
We are having an issue when displaying the tooltip the first time after the user opens the app.
The tooltip dissapears that first time. After that, it works correctly:
The code is simple:
Note that we had to introduce that delay because the tooltip doesn't appear when placed in
componentDidMount
.I tried to debug this, as I thought that a
hideMenu()
was being called, but it wasn't.showMenu()
is called correctly and then the context menu disappears without a call to hideMenu().Any help would be appreciated, thanks!
The text was updated successfully, but these errors were encountered: