I'm using the Google ReactJS library to add Maps to my React web app. @googlemaps/react-wrapper
I was wondering if anyone has implemented Places autocomplete using this wrapper? In my past experience with Places, the implementation has been to load Places with the Maps script request to apis.google.com.
There doesn't seem to be much documentation or flexibility with this react-wrapper library from what I've been trying to do.
Thanks in advance