react-map-gl icon indicating copy to clipboard operation
react-map-gl copied to clipboard

[Bug] Changing projections - Maximum call stack size exceeded

Open shermify opened this issue 4 months ago • 1 comments

Description

React-map-gl throws an unhandled exception when changing projections. It looks like the error is in proxy-transform.ts.

Expected Behavior

The map should not fail when changing projections.

Steps to Reproduce

To reproduce, add a map to the page and change the projection.

Environment

  • Framework version: latest
  • Map library: latest
  • Browser: chrome
  • OS: MacOS

Logs

Image

shermify avatar Nov 06 '25 18:11 shermify

This was fixed in https://github.com/visgl/react-map-gl/pull/2535 but there's been no release with it. Could a new release be issued? @Pessimistress

gs11 avatar Dec 10 '25 20:12 gs11