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
Since we are currently storing the data as object keys, we don't have it sorted correctly by order. It may mean a slight performance hit, but we need to either store the objects as an array that we prepend to, or add a lookup array for listing the items.