react-tippy
react-tippy copied to clipboard
Sets property title, when Tooltip is disabled
If I am using condition to enable/disable tooltip, it should not set title property to. What will happen, is even that condition is now met and tooltip is not active, system title still shows the the message. Only workaround is to use html prop.

Appears to be caused by this https://github.com/tvkhoa/react-tippy/blob/master/src/Tooltip/js/tippy.js#L391
Not sure why that is there.
Thanks for mentioning the html workaround. I will use that for now until the issue is resolved.