react-tippy
react-tippy copied to clipboard
Chrome audits - [aria-*] attributes do not have valid values
Hello! When I check my page with Chrome Audits I see that I have lower score on Accessibility section. This is because of react-tippy aria attributes.
[aria-*] attributes do not have valid values
Failing Elements
<div class="" data-tooltipped="" aria-describedby="tippy-tooltip-3" data-original-title="My title" style="display: inline;"><div>My content</div> </div>
Is there a way to fix that?
I think this PR addresses that same accessibility issue. https://github.com/tvkhoa/react-tippy/pull/90 It was approved ~7 months ago, so I'm not sure what's going on.