react-places-autocomplete icon indicating copy to clipboard operation
react-places-autocomplete copied to clipboard

react-google-autocomplete infinite loading with react-google-maps

Open talon-so opened this issue 5 years ago • 2 comments

On npm start, first load of the project will work as intended.

What is the current behavior? After page refresh, dropdown menu displays "loading..." infinitely

*Edit After removing react-google-maps component from the page I found that it works fine. How can I have autocomplete working in conjuction with a map component in the same page?

talon-so avatar Jul 07 '19 21:07 talon-so

See my comment in this issue, it solved the problem for me.

jmayergit avatar Aug 21 '19 18:08 jmayergit

index.js:1375 Google Maps JavaScript API error: ApiNotActivatedMapError

The Maps JavaScript API is not activated on your API project. You may need to enable the Maps JavaScript API under APIs in the Google Cloud Platform Console.

Follow this guided flow to enable the Maps JavaScript API for your project.

CrisGarcis avatar Feb 21 '20 14:02 CrisGarcis