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

A rocover fix for the deep circular object 'Maximum call stack size e… #241

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

ehsankhf
Copy link

This is an error rocovery fix for the deep circular object 'Maximum call stack size exceeded' error for angular.equals in defaultEquality function.

In some cases with deep circular object it still gives error which is probably caused by the equivalence of two object in the shallow levels and more comparisons in the deep levels.

…xceeded' error in defaultEquality function
@ehsankhf
Copy link
Author

In reality in many cases we don't need to compare deep levels, so the fix works in most cases. I think it should be warned for those who are using this plugin with many nodes and very deep levels.

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

Successfully merging this pull request may close these issues.

1 participant