From 0f472c0887457c3f35c66bcd39e2ac8922144d05 Mon Sep 17 00:00:00 2001 From: Mohamed Marrouchi Date: Tue, 4 Mar 2025 17:03:09 +0100 Subject: [PATCH] fix: bubble map layers --- packages/ez-react/src/recipes/map/BubbleMapChart.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) => ( + + ))}