react-tippy icon indicating copy to clipboard operation
react-tippy copied to clipboard

useContext problem for tooltip-content

Open bozd4g opened this issue 4 years ago • 1 comments

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>

image

bozd4g avatar Feb 18 '21 11:02 bozd4g

I've got the same problem.. I get an empty div below after I've hovered image

phayman avatar Mar 24 '21 17:03 phayman