mapbox / mapbox.js

Mapbox JavaScript API, a Leaflet Plugin
mapbox.com/mapbox.js/
Other
1.92k stars 386 forks source link

Guard against this._controlContainer being undefined #1310

Closed olaf-cloudgenix closed 4 years ago

olaf-cloudgenix commented 4 years ago

this._controlContainer can be undefined, so the existing safeguard isn't sufficient, resulting in console errors.