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
I'm working on a list of todos that are stored in localStorage as an array of objects. Instead of having to try to create a unique itemKey property on each of the todo objects, I'd like to leverage the iterator of my Reorder list. Is this possible?