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
Currently, when a <PlaceMarker> component is passed a Core Data place with a null Geometry field, the entire page containing the map component fails to load, with console error Coordinates must contain numbers.
Ideally, failure to load coordinates from the Core Data API should trigger some sort of fallback behavior like just rendering a general world map, so that pages don't crash if this case somehow occurs.
The text was updated successfully, but these errors were encountered:
Currently, when a
<PlaceMarker>
component is passed a Core Data place with a null Geometry field, the entire page containing the map component fails to load, with console errorCoordinates must contain numbers
.Ideally, failure to load coordinates from the Core Data API should trigger some sort of fallback behavior like just rendering a general world map, so that pages don't crash if this case somehow occurs.
The text was updated successfully, but these errors were encountered: