From 4dde84b6de3a12f6eaafa4cfec2426eaa4637238 Mon Sep 17 00:00:00 2001 From: durganjali sidda Date: Mon, 25 Aug 2025 11:46:49 +0530 Subject: [PATCH] fix: correct markerStyle typing in CountryMap --- src/components/ecommerce/CountryMap.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ecommerce/CountryMap.tsx b/src/components/ecommerce/CountryMap.tsx index 068c846e..acc7a411 100644 --- a/src/components/ecommerce/CountryMap.tsx +++ b/src/components/ecommerce/CountryMap.tsx @@ -16,7 +16,7 @@ const CountryMap: React.FC = ({ mapColor }) => { initial: { fill: "#465FFF", r: 4, // Custom radius for markers - } as any, // Type assertion to bypass strict CSS property checks + } as { fill: string; r: number }, }} markersSelectable={true} markers={[