You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great component, just realised what my final bug was – the values passed in were strings; so now I just appended a + to the values, but seems fair to suggest that the component should convert strings to numbers anyway
Thanks for this bugreport. Indeed, passing latitude and longitude to the Map component as center or defaultCenter as string, the map moves to the expected coordinates, giving you the feeling that everything's fine. But the Marker component doesn't deal with this and silently does nothing.
So, if you are facing this issue, doublecheck that you're passing [Number, Number] to the Marker component as the anchor prop:)
Hello,
Great component, just realised what my final bug was – the values passed in were strings; so now I just appended a + to the values, but seems fair to suggest that the component should convert strings to numbers anyway
My fix was:
The text was updated successfully, but these errors were encountered: