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
Using the localeCompare method on a string causes a performance issues. When sorting an unbound set of values, Intl.Collatorshould be used instead, as per MDN.