react-tippy
react-tippy copied to clipboard
Cannot read property innerHTML of null
This line produces Cannot read property 'innerHTML' of null when tooltip is updated from <Tooltip html='some text' /> to <Tooltip html={null} />
I had the same problem. You can temporarily fix it by removing "title" prop from Tooltip instance