Tom Canham

Results 2 comments of Tom Canham

Yeah, I can't get an InfoWindow to show up for love nor money: ``` const StyledMapContainer = styled.div` height: 100vh; width: 100%; `; const MapsLoading = () => Loading... const...

Figured it out. Seems like we never actually call openWindow() until the visible prop changes. I think this is a bug (if you mount with visible=true, I think it should...