i want to render the component Searchbox, i copied it exactly in my app, but i get an error:
error Line 44: 'google' is not defined no-undef Line 79: 'google' is not defined no-undef
i already loaded my
<script async defer src="https://maps.googleapis.com/maps/api/js?key=MY_KEY_IS_HERE"></script>
into the head of my index.html
but it showes me the error anyway. Could it be, that index.html
can't load my script ?
i created my app with create-react-app