Open AndreySukhov opened 6 years ago
The issue is the use of Object.assign which is interesting because the library uses a Babel plugin that is supposed to replace Object.assign with a polyfill. It seems as though that might not actually be happening though.
Are there any workarounds for this? We are facing the same issue with customers still using IE.
@bangrrrt You can include a polyfill for Object.assign. As long as it is included before the GL Directions script, everything should work fine. Here's a demo I made that works in IE11.
version - 3.1.3 . Tested in IE11 , directions controls doesn't appear on example page at all https://www.mapbox.com/mapbox-gl-js/example/mapbox-gl-directions/ , no errors in console.
Does current version of api supports IE ?