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
Bug fix for overwritten object clean-up.
* It's possible for a parent object to have multiple different
references to the same object. If an object gets overwritten, we want to
stop watching it but *only* if there are no other references to that
object under the parent object and all nested objects.