You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
7d8a0a9 distinguishes between a duplicate reference to an object vs a circular reference. This should satisfy the issue for now. What makes this problem difficult is that a non-circular reference could still be circular if the 2 branches reference each other.
Circular reference warnings should only happen when the reference is a parent or the other branch references the parent nodes.
The text was updated successfully, but these errors were encountered: