When updating an app state list, the only update option is to update by specific index. That's fine and all but it would be nice be able to filter the list of items by a property, select the first result, and then return the index of that item in the list.
Right now it seems like the only way around this is to hard-code an index value into the list item datatype.
Updating List in App State
8
7 replies