Open rohitmultani opened 2 years ago
Try installing with:
npm install --save react-google-maps --legacy-peer-deps
by using --legacey-peer-deps, the library is installed but not working correctly.
import { Map, InfoWindow, Marker, GoogleApiWrapper } from "google-maps-react"; importing required methods causes the error. the error is Module not found: Error: Can't resolve 'google-maps-react'
App saying it requires more peer dependencies further to be installed.