diff --git a/src/components/maps/CoordinatePickerMap.tsx b/src/components/maps/CoordinatePickerMap.tsx index ca93c6cfc..9b4e40d63 100644 --- a/src/components/maps/CoordinatePickerMap.tsx +++ b/src/components/maps/CoordinatePickerMap.tsx @@ -1,3 +1,4 @@ +'use client' import React, { useCallback, useState, useRef, useEffect } from 'react' import { Map, FullscreenControl, ScaleControl, NavigationControl, Marker, GeolocateControl, GeolocateResultEvent } from 'react-map-gl/maplibre' import { MapLibreEvent } from 'maplibre-gl'