I am using google-maps-react in my project.
Now i need to integrate places api inside the maps.
But it seems there is some load order issue and so i am getting the following error.
Error: [react-places-autocomplete]: Google Maps JavaScript API library must be loaded. See: https://github.com/kenny-hibino/react-places-autocomplete#load-google-library
If i remove the places component, the maps works fine.
I need both the components to work together.
Any idea on how to fix this?