I receive the following error when trying to use this package:
As per the directions, I have enabled the following APIs:

I also added the following restrictions to see if that would help, but it did not:

Any help would be appreciated.
You need to get the key here https://developers.google.com/places/web-service/intro
And use the component like this:
<GooglePlacesAutocomplete query={{ key: 'API_KEY' }} />
None of the above working for me .