Hello! We use a LazyColumn. In the LazyColumn we use `itemsIndexed` function and we pass a factory f...
v
Hello! We use a LazyColumn. In the LazyColumn we use
itemsIndexed
function and we pass a factory for the keys. Everything seems to work as expected. The only problem is that during UI testing when we print log it seems that removed items exist in hierrarchy… Is this expected behavior or we do something wrong that may causes issues?