Zoltan Demant
10/07/2022, 4:20 AMKey "..." was already used. If you are using LazyColumn/Row please make sure you provide a unique key for each item.
For crashes like these, is there any work being done to improve the stack traces? I have a billion LazyColumn/Rows in my project, and while the error message explains the issue perfectly, I have zero insight into where it actually happens.Zoltan Demant
10/07/2022, 4:25 AMAndré Kindwall
10/10/2022, 9:47 AMitems(fooList, key = { "fl-${it.id}" })
Zoltan Demant
10/10/2022, 9:59 AM