-
Notifications
You must be signed in to change notification settings - Fork 0
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
Comments
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. |
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? |
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? |
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! |
OK, nevermind guys, I figured out I had a bug in my code. I had a cycle reference in my model definitions, so... :) |
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.
The text was updated successfully, but these errors were encountered: