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
Breaking changes include this import statement in MapLegend.tsx: import { ExpressionName } from 'mapbox-gl'.
As of v3.5.2, ExpressionName has been removed from mapbox-gl.
Another breaking change is mapboxgl: mapboxgl in PropertyMap.tsx due to updates to the namespace mapboxgl.
Currently, my old Mapbox token is in config.ts. This is obviously a problem. Someone ran up $50 in raster tile queries on it recently--that's no good. I shut the key down, but for the sake of the future, we need to remove mapbox entirely from the equation, since we're no longer relying on it, make sure all relevant local vars are defined locally and the docs reflect that, and make sure to fix any breaking changes.
Describe the task
We have several small, related
mapbox-gl
issues that can be addressed in one go:mapbox-gl
to the latest versionAcceptance Criteria
Additional context
Upgrading from v3.2.0 to v3.5.2 will cause breaking changes in these two files (and possibly more):
Breaking changes include this import statement in MapLegend.tsx: import { ExpressionName } from 'mapbox-gl'.
As of v3.5.2, ExpressionName has been removed from mapbox-gl.
Another breaking change is mapboxgl: mapboxgl in PropertyMap.tsx due to updates to the namespace mapboxgl.
Resources
The text was updated successfully, but these errors were encountered: