-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
PR is more than welcomedExtra attention is neededExtra attention is neededenhancementNew feature or requestNew feature or request
Description
After upgrading maplibre-gl from 5.16.0 to 5.17.0, the application crashes at runtime with the following error when interacting with the map (e.g. zooming):
_defineProperty is not defined
This issue does not occur after downgrading to version 5.16.0.
The error appears to be caused by untranspiled code relying on Babel helpers that are not provided at runtime.
This looks like a packaging / transpilation regression in 5.17.0, where Babel helpers such as _defineProperty are referenced but not included or inlined.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
PR is more than welcomedExtra attention is neededExtra attention is neededenhancementNew feature or requestNew feature or request