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
I found the issue in the GIVE example on the Editor (https://gosling.js.org/?example=GIVE) and also in the Gosling Designer that uses the most recent Gosling version.
I can reproduce this by zooming in (e.g., seeing a few hundred BPs), panning, and then zooming out quickly.
Screen.Recording.2024-02-22.at.8.48.26.AM.mov
I see the following error message:
Copied texts:
index-fdb53256.js:1668 Uncaught RangeError: Maximum call stack size exceeded
at new MJt (index-fdb53256.js:1668:1241331)
at index-fdb53256.js:1668:1264625
at Array.forEach (<anonymous>)
at _e.transformDataAndCreateModels (index-fdb53256.js:1668:1263708)
at index-fdb53256.js:1668:1259473
at Array.flatMap (<anonymous>)
at _e.processAllTiles (index-fdb53256.js:1668:1259456)
at Ie (index-fdb53256.js:1668:1256496)
at _e.draw (index-fdb53256.js:1668:1256723)
at _e.zoomed (index-fdb53256.js:1668:1258755)
The maximum call stack error is coming from the following code:
I found the issue in the GIVE example on the Editor (https://gosling.js.org/?example=GIVE) and also in the Gosling Designer that uses the most recent Gosling version.
I can reproduce this by zooming in (e.g., seeing a few hundred BPs), panning, and then zooming out quickly.
Screen.Recording.2024-02-22.at.8.48.26.AM.mov
I see the following error message:
Copied texts:
The maximum call stack error is coming from the following code:
gosling.js/src/tracks/gosling-track/gosling-track-model.ts
Line 82 in 9ecd4d3
The text was updated successfully, but these errors were encountered: