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
The only prop that allows access to the list's order is onChangeOrder and calling setState with that really hurts the performance of the SortableList. If there was a method to get the current order of the list, then that could be used with a ref to the SortableList component and called in onRelaseRow to improve performance.