yandes types issue
This commit is contained in:
@@ -9,8 +9,8 @@ interface YandexMapProps {
|
||||
}
|
||||
|
||||
export default function YandexMap({
|
||||
lat = 41.3111,
|
||||
lng = 69.2406,
|
||||
lat = 41.263731,
|
||||
lng = 69.219434,
|
||||
zoom = 12,
|
||||
}: YandexMapProps) {
|
||||
const mapRef = useRef<HTMLDivElement>(null);
|
||||
|
||||
Reference in New Issue
Block a user