diff --git a/src/components/MapContainer.tsx b/src/components/MapContainer.tsx index a4db176..73f9232 100644 --- a/src/components/MapContainer.tsx +++ b/src/components/MapContainer.tsx @@ -52,9 +52,7 @@ export const MapContainer = ({ onClick }: { onClick?: __esri.ViewImmediateClickE return; } - mapComponent.current = new EsriMap({ - basemap: {}, - }); + mapComponent.current = new EsriMap(); mapView.current = new MapView({ container: mapNode.current,