tomchentw / react-google-maps

React.js Google Maps integration component
https://tomchentw.github.io/react-google-maps/
MIT License
4.62k stars 939 forks source link

Demo does not work #964

Open oliverwatkins opened 5 years ago

oliverwatkins commented 5 years ago

The Demo in the sandbox does not work. The map crashes and in the console i get this error :

proxyConsole.js:72 Google Maps JavaScript API error: DeletedApiProjectMapError

I have tried this in both firefox and chrome

JustFly1984 commented 5 years ago

@oliverwatkins please try a successor lib @react-google-maps/api. https://www.npmjs.com/package/@react-google-maps/api

We made a new demo: https://react-google-maps-api-gatsby-demo.netlify.com/ and whole library is written in typescript.

ghost commented 5 years ago

@oliverwatkins please try a successor lib @react-google-maps/api. https://www.npmjs.com/package/@react-google-maps/api

We made a new demo: https://react-google-maps-api-gatsby-demo.netlify.com/ and whole library is written in typescript.

It does not work as well

ankitsin commented 5 years ago

@maksym-dyachenko-axon working for me. You need to add your Google Maps API key in the input box.

JustFly1984 commented 5 years ago

Today we have published @react-google-maps/api@1.2.0, complete Typescript rewrite, new docs and updated demo with gatsby.js examples.