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
Relations referred to based on their position in the array rather than their identity, causing state to be incorrectly associated with different relations #7716
When relations are re-sorted, relations are referred to based on their position in the array rather than their identity, causing state to be incorrectly associated with different relations.
To Reproduce
In a list of relations hover over the items before and after sorting based on order. Hovering over the first relation will highlight the last one in the list after re-sorting.
Expected behaviour
Relations are properly tracked and the component's selected values remain associated with the correct relation.
Environment (please complete the following information):