react-google-maps-api
react-google-maps-api copied to clipboard
React Google Maps API
## Please provide an explanation of the issue v2.19.3 works completely fine with our settings but it started failing today after upgrade to v2.20.2. Attached is the screenshot of the...
Upgrade
# Please explain PR reason
ReferenceError: require is not defined in ES module scope, you can use import instead This file is being treated as an ES module because it has a '.js' file extension...
## Please provide an explanation of the issue when trying to run a `npm run build` the compilation throws the following error: Module not found: Error: Can't resolve 'react/jsx-runtime' in...
# Issue Description InfoWindows has two child components: one is `gm-style-iw-chr`, which contains the close button, and the other is `gm-style-iw-d`. In your provided custom children setup, the component is...
https://github.com/JustFly1984/react-google-maps-api/blob/fe63636b438b2e499c24a0b441fcc8af75a30360/packages/react-google-maps-api/src/LoadScript.tsx#L222 This div below broke my layout in a huge way, lol. Is there any way to remove? Is it really useful for anything? How can I get around this...
 ### Snyk has created this PR to fix 1 vulnerabilities in the npm dependencies of this project. #### Snyk changed the following file(s): - `packages/react-google-maps-api-gatsby-example/package.json` #### Vulnerabilities that will...
``` "dependencies": { "@react-google-maps/api": "^2.19.3", "classnames": "^2.5.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-hook-form": "^7.51.5", "react-number-format": "^5.4.0", "react-router-dom": "^6.22.3", "react-select": "^5.8.0", "swr": "^2.2.5", "wretch": "^2.8.1" }, ``` This is my index: ```...
 ### Snyk has created this PR to fix 5 vulnerabilities in the npm dependencies of this project. #### Snyk changed the following file(s): - `packages/react-google-maps-api-gatsby-example/package.json` #### Vulnerabilities that will...
### Target Use Case Hi 👋 and thank you for the great work on this library! I'm currently using the `` component from `@react-google-maps/api` and I noticed that, when the...