From 0cb04d02905325533c3eba7d4e15b9c60940017b Mon Sep 17 00:00:00 2001 From: Adnan Silajdzic Date: Sun, 12 Apr 2026 17:05:53 +0000 Subject: [PATCH] fix(worldmap): correct topojson feature typing --- src/components/WorldMap.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/WorldMap.tsx b/src/components/WorldMap.tsx index 9dbf6de80..a12eeddd5 100644 --- a/src/components/WorldMap.tsx +++ b/src/components/WorldMap.tsx @@ -237,7 +237,7 @@ function drawInteractiveCountries( return svg; } -type WorldJsonCountryData = { properties: { name: string; a3: string } }; +type WorldJsonCountryData = d3.ExtendedFeature; function parseWorldTopoJsonToGeoJsonFeatures(): Array { const collection = topojson.feature(