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
Recently I am reviewing the source code. As I know, the options.container must be provided as string or HTMLElement. I think bellow code would fail to validate container if it is undefined or other types.
Recently I am reviewing the source code. As I know, the
options.container
must be provided as string or HTMLElement. I think bellow code would fail to validatecontainer
if it isundefined
or other types.https://github.com/mapbox/mapbox-gl-js/blob/master/src/ui/map.js#L280-L289
The text was updated successfully, but these errors were encountered: