Skip to content

Commit

Permalink
fix(radar): fix Radar cached tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Benitte authored and Raphaël Benitte committed May 16, 2019
1 parent cb5fc76 commit a8626be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/radar/src/RadarTooltipItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const RadarTooltipItem = memo(
setIsHover(true)
showTooltipFromEvent(tooltip, event)
},
[showTooltipFromEvent]
[showTooltipFromEvent, tooltip]
)
const hideItemTooltip = useCallback(() => {
setIsHover(false)
Expand Down

0 comments on commit a8626be

Please sign in to comment.