react-tippy
react-tippy copied to clipboard
useContext problem for tooltip-content
When u use the useContext, that appends value such as "null" to tippy-tooltip-content. Screenshot is below here.
<Tooltip
trigger="mouseenter"
position="bottom"
animateFill
useContext
html={<MyComponent />}>
...
</Tooltip>
I've got the same problem.. I get an empty div below after I've hovered