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

Cannot read property innerHTML of null

Open sergeylukin opened this issue 6 years ago • 1 comments

This line produces Cannot read property 'innerHTML' of null when tooltip is updated from <Tooltip html='some text' /> to <Tooltip html={null} />

sergeylukin avatar Dec 05 '19 11:12 sergeylukin

I had the same problem. You can temporarily fix it by removing "title" prop from Tooltip instance

polakowski avatar Jan 25 '21 16:01 polakowski