我为道具传递的是什么?
props' is not defined no-undef
文档没有说明道具是什么或假设是什么道具 https://github.com/tomchentw/react-google-maps
import { GoogleMap, Marker } from "react-google-maps";
<GoogleMap
ref={props.onMapLoad}> defaultZoom={3}
defaultCenter={{ lat: -25.363882, lng: 131.044922 }}
googleMapURL={googleMapURL}
onClick={props.onMapClick}
))}
</GoogleMap>