Pavel Hasala

Results 2 issues of Pavel Hasala

If I am using condition to enable/disable tooltip, it should not set `title` property to. What will happen, is even that condition is now met and tooltip is not active,...

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. ```js ``` ![screen shot 2018-01-15 at...