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
It seems client will sort mixed values by numeric value (1,2,10,a), web-library and API use will sort values in alphabetical order (1,10,2,a). This leads to inconsistent sorting.