fullstackreact/google-maps-react

Property 'children' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<InfoWindow> & Readonly<IInfoWindowProps>'

shahaarati0 opened this issue · 0 comments

`<InfoWindow
          google={window.google}
          map={mapState.map}
          marker={mapState.marker}
          visible={mapState.visible}
          content={'contetn'}
        >
          <div>
            <h3>{mapState.title}</h3>
          </div>
</InfoWindow>`

InfoWindow is not accepting children.
Error: Property 'children' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes & Readonly'