Hey,
I have a propblem of using this package with typescript.
I am enforced to pass map component to the InfoWindow, yet it is inside map itself can map prop be optional?
and can marker be undefined or marker type?
from lines 96 onvards:
export interface IInfoWindowProps extends Partial<google.maps.InfoWindowOptions> {
google: typeof google
map?: google.maps.Map // map as optional
marker: google.maps.Marker | undefined // google.maps.Marker | undefined
mapCenter?: google.maps.LatLng | google.maps.LatLngLiteral
visible?: boolean
}