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:
This is similar to #36, but specific for the
<Tooltipcomponent. 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: