React and google-maps-react. Not displaying InfoWindow
问题 I am using React and google-maps-react library for a project. I am trying to display InfoWindows for each of the markers. But it is not working. I have looked at the documentation as well as GitHub issues for this and have no been able to find a solution. Here is the code import React from "react"; import { connect } from "react-redux"; import { Map, GoogleApiWrapper, Marker, InfoWindow } from "google-maps-react"; import { API_GOOGLE_MAPS } from "../config"; const mapStyles = { width: "100%",