I’m seeing an issue with `itemsIndexed` in `LazyCo...
# compose
b
I’m seeing an issue with
itemsIndexed
in
LazyColumn
when I clear the item list I have I get a
java.lang.IndexOutOfBoundsException: index: 0, size: 0
. Is there a secret way to clear a list?
🤣 4
Looks like an issue with
mutableStateListOf()
👍 1