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
Looking at the angular scope on a basic entity page with one relation it seems like the number of watchers continues to grow every second. Looking at the scope - it seems it continues to build nested id -> relation -> id - > relation scope until the browser crashes.
My guess is that there is angular scope nesting without checks for duplication resulting in infinite chains of data relations.
You can see this in action with a basic two-entity relation:
Looking at the angular scope on a basic entity page with one relation it seems like the number of watchers continues to grow every second. Looking at the scope - it seems it continues to build nested id -> relation -> id - > relation scope until the browser crashes.
My guess is that there is angular scope nesting without checks for duplication resulting in infinite chains of data relations.
You can see this in action with a basic two-entity relation:
The text was updated successfully, but these errors were encountered: