question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Chrome RangError : Maximum call stack size exceeded

See original GitHub issue

Error just occurs when

  • i installed the extension from chrome store
  • i reloaded my React App

image

    at parseProps (chrome-extension://aalppolilappfakpmdfdkpppdnhpgifn/backend/installHook.js:138:20)
    at parseProps (chrome-extension://aalppolilappfakpmdfdkpppdnhpgifn/backend/installHook.js:166:30)
    at parseProps (chrome-extension://aalppolilappfakpmdfdkpppdnhpgifn/backend/installHook.js:166:30)
    at parseProps (chrome-extension://aalppolilappfakpmdfdkpppdnhpgifn/backend/installHook.js:166:30)
    at parseProps (chrome-extension://aalppolilappfakpmdfdkpppdnhpgifn/backend/installHook.js:166:30)
    at props.(anonymous function).forEach (chrome-extension://aalppolilappfakpmdfdkpppdnhpgifn/backend/installHook.js:161:33)
    at Array.forEach (<anonymous>)
    at parseProps (chrome-extension://aalppolilappfakpmdfdkpppdnhpgifn/backend/installHook.js:160:20)
    at parseProps (chrome-extension://aalppolilappfakpmdfdkpppdnhpgifn/backend/installHook.js:166:30)
    at props.(anonymous function).forEach (chrome-extension://aalppolilappfakpmdfdkpppdnhpgifn/backend/installHook.js:161:33)

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
davidcsallycommented, Jan 23, 2018

Hey! hoping that this is fixed in the new code base. A new version (v1.0.6) is being uploaded to the webstore and should be up soon

the fix was hopefully setting a limit on how many times that function can run, so it doesnt get stuck i an infinite loop -> https://github.com/React-Sight/React-Sight/commit/1bfed928a314fd8b1c28aa9aa5f03a4ba6577f05

1reaction
davidcsallycommented, Dec 28, 2017

Hi Aarbel, my new years resolution is to fix this. The problem is most likely the parseProps function getting stuck in a circular reference

Read more comments on GitHub >

github_iconTop Results From Across the Web

Chrome Update caused : Maximum call stack size exceeded.
according to last update on google chrome browser we got the below error on our production. Uncaught RangeError: Maximum call stack size exceeded....
Read more >
Chrome: How to solve "Maximum call stack size exceeded ...
It works good on Firefox and IE, but on Chrome I always get Maximum call stack size exceeded errors... my current array has...
Read more >
Error: "Uncaught RangeError: Maximum call stack size exceed ...
Sometimes calling a recursive function over and over again, causes the browser to send you Maximum call stack size exceeded error message as...
Read more >
Maximum call stack size exceeded - JavaScript - YouTube
JavaScript : Chrome /jQuery Uncaught RangeError : Maximum call stack size exceeded [ Gift : Animated Search Engine : https://bit.ly/AnimSearch ] ...
Read more >
Maximum call stack size exceeded on Chrome + Windows #299
On the browser console there's a message about: Uncaught RangeError: Maximum call stack size exceeded I would expect when clicking on, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found