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
There's a mistake while checking available space to place tooltip in src/Postel/index.tsx on lines 510-515. If initial value is placement='top-start' it would change to 'bottom-start' and then immediately to 'top-start' again in next check.