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

error callback of google map in not defined in withGoogleMap

Open Symous opened this issue 4 years ago • 1 comments

Google Map is not accessible in China, we got google is not defined every time try to load the map. So, whether can provide an error callback when this happen to enable us to catch this error? Otherwise the app always crashed.

Symous avatar Nov 04 '19 05:11 Symous

@Symous The repo of this project is unmaintained more than a year, and we had build new version https://www.npmjs.com/package/@react-google-maps/api

We had rewrite it to TypeScript, and updating it frequently: https://github.com/JustFly1984/react-google-maps-api/tree/master/packages/react-google-maps-api You can enjoy autocomplete.

You can see our docs: https://react-google-maps-api-docs.netlify.com/

Also a lot of examples: https://react-google-maps-api-gatsby-demo.netlify.com/ https://github.com/JustFly1984/react-google-maps-api/tree/master/packages/react-google-maps-api-gatsby-example/src/examples

The bundle size is much smaller: https://bundlephobia.com/result?p=@react-google-maps/[email protected]

Our Spectrum community: https://spectrum.chat/react-google-maps

Enjoy!

JustFly1984 avatar Nov 04 '19 11:11 JustFly1984