-
MyMapComponent showing error Type '{}' is not assignable to type 'never' and Property 'isMarkerShown' does not exist on type 'never'
```
import React from 'react';
import { withScriptjs, withGoo…
-
Hey guys,
Just a quick FYI, this library is not maintend and using soon-to-be deprecated lifecycle functions in React. I wasted 2 hours to find this out as its author does not want/care to let us k…
-
```
=== npm audit security report ===
┌────────────────────────────────────────────────────…
-
Hi there
I get this message and I don't know why:
`Module not found: Can't resolve 'react-google-maps' in '/usr/src/app/src/components' `
I tried to delete node_modules folder, tried various …
-
I successfully create marker by different icon. After the rendering, all the marker showed in correct icon. However, how to change marker icon by button ? For example, I have 3 marker with different i…
-
### Description
When loading my custom google map component, marker cluster is getting created but with that actual markers are also getting drown. Providing screenshot below:
![image](https://g…
-
## 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-ma…
-
Hi, thanks for this wonderful package. It is very helpful.
There is one little improvement which could be very useful.
```
```
It is working fine if Object is public on AWS S3 but not working …
-
OK, now I want to use marker animation, but I can't find some official example.
I found solution (https://stackoverflow.com/questions/44729776/how-can-animation-be-added-to-markers-in-react-google-…
-
MarkerWithLabel is missing TypeScript declaration in index.d.ts so it cannot be used in TS applications without suppressing TypeScript.