Skip to content

Commit

Permalink
chore: remove eslint override on tagcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
nickofthyme committed Dec 11, 2024
1 parent 044124f commit 600912f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,13 +143,12 @@ export const TagCloudChart = ({
: getColor(palettesRegistry, palette, tag, values, syncColors) || 'rgba(0,0,0,0)',
};
});
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [
bucket,
visData.columns,
visData.rows,
metric,
// palettes, // somehow causes infinite update of RO
palettes,
isDarkMode,
colorMapping,
bucketFormatter,
Expand Down

0 comments on commit 600912f

Please sign in to comment.