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
This is similar to #36, but specific for the <Tooltip component. Even when the tooltip is not visible, a portal is still put in the DOM. If a page has a table with many actions, there may be 30+ portals due to this. We should look at other options instead. One of the requirements is that it needs to be fully accessible.
The text was updated successfully, but these errors were encountered:
ynotdraw
changed the title
Proposal: Replace Tooltip library with something that doesn't create an empty portal
Perf: Replace Tooltip library with something that doesn't create an empty portal
Oct 13, 2021
This is similar to #36, but specific for the
<Tooltip
component. Even when the tooltip is not visible, a portal is still put in the DOM. If a page has a table with many actions, there may be 30+ portals due to this. We should look at other options instead. One of the requirements is that it needs to be fully accessible.A few that come to mind:
The text was updated successfully, but these errors were encountered: