I create a react app using the cli called create-react-app. Look like Facebook did lots of things underneath, such as webpack etc. However, I guess it may also has some limi
Hi you can use withGoogleMap like so:
withGoogleMap
import { withGoogleMap, GoogleMap, Marker, InfoWindow } from "react-google-maps"; const google = window.google; class MapComponent extends Component { .... ..... ..... ..... export default withGoogleMap(MapComponent);