sadpandajoe commented on code in PR #42608:
URL: https://github.com/apache/superset/pull/42608#discussion_r3693511274


##########
superset-frontend/plugins/plugin-chart-point-cluster-map/package.json:
##########
@@ -28,7 +28,7 @@
   "dependencies": {
     "@math.gl/web-mercator": "^4.1.0",
     "mapbox-gl": "^3.26.0",
-    "maplibre-gl": "^5.24.0",
+    "maplibre-gl": "^6.0.0",

Review Comment:
   This lockfile still resolves `react-map-gl`/`@vis.gl/react-maplibre` 8.1.1, 
which dereferences `map.transform` after MapLibre 6 removed it, so the 
point-cluster and deck.gl MapLibre renderers throw on their first controlled 
view update. Could this bump `react-map-gl` to at least 8.1.2 (the release 
adding MapLibre 6 support) and regenerate the lockfile?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to