react-google-maps-api icon indicating copy to clipboard operation
react-google-maps-api copied to clipboard

RangeError: Maximum call stack size exceeded

Open irtaza9 opened this issue 1 year ago • 1 comments

I'm rendering 6k markers on the map but I got this error in the console so how can I solve this error? I want to render 1M Marker from a JSON file then how does this library behave?

Uncaught RangeError: Maximum call stack size exceeded

at resolveFamily (bundle.js:48516:7)
at scheduleFibersWithFamiliesRecursively (bundle.js:46279:24)
at scheduleFibersWithFamiliesRecursively (bundle.js:46317:11)
at scheduleFibersWithFamiliesRecursively (bundle.js:46317:11)
at scheduleFibersWithFamiliesRecursively (bundle.js:46317:11)
at scheduleFibersWithFamiliesRecursively (bundle.js:46317:11)
at scheduleFibersWithFamiliesRecursively (bundle.js:46317:11)
at scheduleFibersWithFamiliesRecursively (bundle.js:46317:11)
at scheduleFibersWithFamiliesRecursively (bundle.js:46317:11)
at scheduleFibersWithFamiliesRecursively (bundle.js:46317:11)

irtaza9 avatar Sep 05 '22 17:09 irtaza9

please provide minimal reproduction on codesandbox.io

JustFly1984 avatar Sep 15 '22 05:09 JustFly1984