react-tippy
react-tippy copied to clipboard
Prints null/undefined as string, when passed as title
Shouldn't it disable tooltip, if I pass null or undefined to title? It seems, that prop.title is parsed to string and used without checking.
<Tooltip title={null}><button /></Tooltip>
<Tooltip title={undefined}><button /></Tooltip>
