Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught RangeError: Maximum call stack size exceeded #4

Open
alexdresko opened this issue Apr 30, 2013 · 5 comments
Open

Uncaught RangeError: Maximum call stack size exceeded #4

alexdresko opened this issue Apr 30, 2013 · 5 comments

Comments

@alexdresko
Copy link

I get this error in Chrome (and a similar error in other browsers) any time I add the knockout inspector to my site.

Uncaught RangeError: Maximum call stack size exceeded
addDirtyFlags
addDirtyFlags
addDirtyFlags
addDirtyFlags

Let me know if there's anything else I can provide you with.

@alexdresko
Copy link
Author

For the record, I get the same error when I use the knockout plugin for Glimpse. I do not, however, get the error when I use https://github.com/JonKragh/knockthrough.

ko inspector seems to do more for me at the moment, so I'd like to see it working.

@mat-mcloughlin
Copy link
Owner

Hey,

Yeah this is known issue. If you could give me an idea of the VM thats causing the issue. I'm guessing there is a parent-child-parent relationship?

@alexdresko
Copy link
Author

That's exactly my VM. I'm using BreezeJS which gets its model definition from the EF DbContext and that's how my data model is defined. The data that Breeze obtains gets passed to knockout.

Is that enough info, or do I need to create a repro?

@DiscoPapa
Copy link

Hey. I know it has been quite some time after you discussed about this issue, however I would still like to know if you managed to find the solution. I am dealing with the same problem right now. Thank you in advance!

@DiscoPapa
Copy link

OK, nevermind guys, I figured out I had a bug in my code. I had a cycle reference in my model definitions, so... :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants