我想渲染组件Searchbox,我将它完全复制到我的应用程序中,但出现错误:
error Line 44: 'google' is not defined no-undef Line 79: 'google' is not defined no-undef
我已经加载了我的
<script async defer src="https://maps.googleapis.com/maps/api/js?key=MY_KEY_IS_HERE"></script>
进入我的脑海,index.html
但无论如何它向我显示了错误。难道是,index.html
无法加载我的脚本?
我用 create-react-app 创建了我的应用程序