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
Internet Explorer throws an error when I add layers to a map. The error comes from a call to Object.keys() which is implemented slightly different in IE. According to this Stackoverflow thread the IE version of Object.keys() throws a type error if a non-object is passed as an argument.
mapbox-gl-js version: 0.40.0
Steps to Trigger Behavior
Open IE11
Call the new stringify function in /src/style-spec/group_by_layout.js
Expected Behavior
No error thrown
Actual Behavior
Error thrown: Object.keys: argument is not an Object
The text was updated successfully, but these errors were encountered:
Internet Explorer throws an error when I add layers to a map. The error comes from a call to Object.keys() which is implemented slightly different in IE. According to this Stackoverflow thread the IE version of Object.keys() throws a type error if a non-object is passed as an argument.
mapbox-gl-js version: 0.40.0
Steps to Trigger Behavior
Expected Behavior
No error thrown
Actual Behavior
Error thrown: Object.keys: argument is not an Object
The text was updated successfully, but these errors were encountered: