react-google-autocomplete
react-google-autocomplete copied to clipboard
Package does multiple requests to Google Maps API for no reason
As you can see on the screenshot, some requests are from the cache, but some really trigger Google Maps API. It's important to notice that I didn't touch my input at all! It already has filled address, I just loaded the page that has Autocomplete and I see these requests. It's okay to have requests from the cache, but why does it really trigger API if I have filled address and I didn't touch input?