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

fix(build): Fixed build issues caused by updated Google Maps docs

Open thzinc opened this issue 7 years ago • 1 comments

Fixes #844: Google updated the docs to put each class's documentation on its own page. The core changes are to the parsers in src/tx.

thzinc avatar Dec 26 '18 16:12 thzinc

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]

Enjoy!

JustFly1984 avatar Oct 12 '19 00:10 JustFly1984