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 was archived by the owner on Mar 4, 2020. It is now read-only.
The Tooltip's Popper's positioning code is always executed, even if the tooltip content is not visible to the user. This is a performance issue if we have many Tooltip components.
Expected Result
The content positioning code is only executed when the content is visible to the user.
Actual Result
The content positioning code is executed even if the content is not visible 💣