tippyjs-react
tippyjs-react copied to clipboard
The disabled prop doesn't work with singleton
I have a usecase where I need to disable a Tooltip which is a singleton target, but I noticed that passing the disabled prop as an override doesn't work
Yeah, I'm also having trouble programmatically disabling a singleton. I'm trying to just disable using onTrigger and disabling the instance directly, however I'm noticing a considerable lag (it disables eventually). Any particular pattern you may suggest for this?
same issue with the visible prop it seems
Does using this syntax resolve the issue? https://github.com/atomiks/tippyjs-react/issues/202#issuecomment-615966879