I am using react-google-maps along with location-autocomplete in a react app.
On page load, I receive the infamous:
"You have included the Google Maps API multiple times on this page. This may cause unexpected errors."
To repeat, I am using maps via modules and not by directly including <script>
tags.
What is the best way to overcome such cases?
I have found this issue on github which seems to be the same case, with different libraries but they get too deep into the specifics of their library ('leaflet'). I wonder if there is a more generic solution.