react-map-gl
react-map-gl copied to clipboard
[Bug] Changing projections - Maximum call stack size exceeded
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
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