-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
false positive for sibling (not-circular) references #9
Comments
Getting a similar problem that makes this unusable for me:
Native
|
+1 |
Oops, time flies. I'll get to it, @jupiter. ;) |
Comrades, I copied the implementation from Must.js, perked it up a little and added a full test suite. Thanks a bunch! |
v5.0.1 is now released which I should fix this issue. ;-) |
Will produce the following ouput:
It seems to identify multiple sibling references to the same object as circulars.
The text was updated successfully, but these errors were encountered: