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
Allow Sortable objects to be compared by custom method
Sometimes it is necessary to customize the way objects should be compared.
This will help to fix issues such as deep nesting reference when we
compare objects that link to themselves.
This commit fixes#1726
0 commit comments