Replies: 1 comment
-
Ok, I took a look your Polyline code and there is no option to pass children I guess what I can do is to place the InfoWindow outside the Polyline component. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to add an InfoWindow under Polyline but it's not showing up.
I realized that this library is a rewrite of an old library , per documentation ->
This is complete re-write of the (sadly unmaintained) react-google-maps library. We thank [tomchentw](https://github.com/tomchentw/) for his great work that made possible.
That old library did not support
<InfoWindow />
with<Polyline />
, so I wonder if this library has the same issue.ref -> tomchentw/react-google-maps#283
Can anyone help with this? Thanks! 😃
Beta Was this translation helpful? Give feedback.
All reactions