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
TypeScript with ESM modules fails to compile a program importing this @mapbox/mapbox-gl-language package.
importlanguagefrom"@mapbox/mapbox-gl-language";// This `default` property is `undefined`.console.log(language.default);// This `language` default export is the actual constructor. But this leads to a compile error.constcontrol=newlanguage();
Problem
TypeScript with ESM modules fails to compile a program importing this
@mapbox/mapbox-gl-language
package.References
The text was updated successfully, but these errors were encountered: