Skip to content

Commit

Permalink
fix(heatmap): return currentCellId from useHeatmap hook (#1536)
Browse files Browse the repository at this point in the history
  • Loading branch information
wyze authored May 22, 2021
1 parent 729cd55 commit c572f80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/heatmap/src/hooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ export const useHeatMap = ({
yScale: scales.y,
...layoutConfig,
sizeScale,
currentCellId,
setCurrentCellId,
colorScale,
getCellBorderColor,
Expand Down

0 comments on commit c572f80

Please sign in to comment.