google-maps-react icon indicating copy to clipboard operation
google-maps-react copied to clipboard

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

Open shahaarati0 opened this issue 3 years ago • 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<InfoWindow> & Readonly<IInfoWindowProps>'

shahaarati0 avatar Dec 09 '22 08:12 shahaarati0