extend method does not accept LngLatLike or LngLatBoundsLike obj #9787
Labels
needs investigation 🔍
Issues that require further research (e.g. it's not clear whether it's GL JS or something else)
mapbox-gl-js/src/geo/lng_lat_bounds.js
Line 69 in 8516027
extend
method is described to accept LngLatLike or LngLatBoundsLike types, but implementation accepts only "instanceof LngLat", "instanceof LngLatBounds" and "isArray(obj)".Other object-like arguments are just skipped.
The text was updated successfully, but these errors were encountered: