Hello, I am trying to use the InfoWindow with Marker as mentioned in the documentation but still getting the error. using 9.0.2 version currently?
Can you please tell me what is the problem here? And how do I solve it?
<Marker position={props.latlng} icon={{url:marker,anchor:{x:20,y:20}}} animation={true} onClick={()=>props._onChange}>
<InfoWindow> hello world </InfoWindow>
</Marker>

Anything ?? @tomchentw
I've done showing InfoWindow outside the marker component and it worked. thanks
right:
<InfoWindow>
<div>blabla</div>
</InfoWindow>
error:
<InfoWindow>
blabla
</InfoWindow>
Most helpful comment
right:
error: