diff --git a/packages/ez-react/src/recipes/map/BubbleMapChart.tsx b/packages/ez-react/src/recipes/map/BubbleMapChart.tsx index ff07480..eaa00f0 100644 --- a/packages/ez-react/src/recipes/map/BubbleMapChart.tsx +++ b/packages/ez-react/src/recipes/map/BubbleMapChart.tsx @@ -73,7 +73,9 @@ export const BubbleMapChart: FC = ({ domainKey={bubble.domainKey} range={bubble.colors} > - {layers.map((layer) => )} + {layers.map((layer, idx) => ( + + ))}