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
With react-tooltip 4.2.21 the tooltip position is unstable - the tooltip jumps around from render to render and sometimes it completely covers the anchor element:
<divstyle={{padding: "8rem 1rem 8rem",background: "#eeeeee",textAlign: "right"}}><spandata-tip="In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content. Lorem ipsum may be used as a placeholder before final copy is available.">
Hower to see the <code>react-tooltip</code> tooltip
</span><ReactTooltipeffect="solid"place="top"></ReactTooltip></div>
Thanks for looking into this issue, @danielbarion!
Could you please add a comment here telling the version of react-tooltip where this issue is got fixed?
It would help the people coming to this page from search in the future in two ways:
quickly tell if they their version still has the issue or not
if they have this issue, which minimal version of react-tooltip they need to upgrade to to get the fix
With
react-tooltip
4.2.21 the tooltip position is unstable - the tooltip jumps around from render to render and sometimes it completely covers the anchor element:Full demo: https://codesandbox.io/s/reacttooltip-issue-demo-xggki?file=/index.js
This issue looks somewhat similar to these other issues in this repo: #476, #219, #264
The text was updated successfully, but these errors were encountered: