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
Describe the bug
ReactTooltip component (class="__react_component_tooltip") has border-radius: undefinedpx set in the DOM on page load before the first display.
Note: it doesn't affect the use of the library.
Version of Package
v4.5.1
To Reproduce
Go to the v4 demo.
Search for <div id="main" class="__react_component_tooltip"> in the browser dev tool DOM inspector.
Check the corresponding CSS and how the initial border-radius: undefinedpx prop change when the tooltip is displayed.
Note: when the tooltip is hidden again, the border-radius value stay valid.
Expected behavior
A valid CSS border-radius pixel value on page load.
Screenshots
Before first tooltip display on page load:
After first tooltip display: