miestassimon

Results 1 comments of miestassimon

Unfortunately, `useCallback` doesn't work for me. But I found another workaround using `setTimeout`. ``` const customTooltip = tooltipModel => { const result = {} // Hide if no tooltip result.visible...