react-google-maps icon indicating copy to clipboard operation
react-google-maps copied to clipboard

React.js Google Maps integration component

Results 115 react-google-maps issues
Sort by recently updated
recently updated
newest added

App saying it requires more peer dependencies further to be installed.

Is there any scope to add support for the latest version of React? Getting @types/react@"^15.0.0 || ^16.0.0" from [email protected] when installing.

I'm using a basic example and the script is added each time, I don't know if this is the intended behaviour or am I missing something. This is my component:...

## Getting Help **Before doing this, did you**: 1. Read the [documentation](https://tomchentw.github.io/react-google-maps) 2. Read the [source code](https://github.com/tomchentw/react-google-maps) _You can get someone's help in three ways_: 1. Ask on StackOverflow [with...

Whe I run: npm install --save react-google-maps, y get this error npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree ... npm ERR! Found: [email protected] npm ERR!...

I getting this error using npm@7 and I fixed your package, because your npm works properly with react@17 ``` npm ERR! Found: [email protected] npm ERR! node_modules/react npm ERR! react@"17.0.1" from...

Two infowindows appear after clicking a marker, the weird thing is sometimes in inspection mode infowindow appear normally. ``` import { DirectionsRenderer,GoogleMap, Marker,withGoogleMap,withScriptjs, InfoWindow } from "react-google-maps"; import PlacesAutocomplete,{ geocodeByAddress,...

Hi, I am using react-google maps, its great. I am showing multiple markers in the map Now I want a custom control i.e a drop down inside the map, in...

How to add default value to AutoComplete Component ?