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

Fix type for delay prop

Open mparq opened this issue 4 years ago • 1 comments

Should be number | [number, number] according to https://github.com/tvkhoa/react-tippy/issues/52

mparq avatar Oct 06 '20 20:10 mparq

I think you should update the documentation too. According to it, delay specifies time between trigger and tooltip to show, there's nothing about passing array of integers with show delay and hide delay.

polakowski avatar Jan 25 '21 17:01 polakowski