Ahmed Salem
Ahmed Salem
@bryanlogan Issue still happens on 32.0.0 also from crashlytics ```kotlin Fatal Exception: java.lang.IndexOutOfBoundsException: index: 2, size: 0 at androidx.compose.runtime.external.kotlinx.collections.immutable.internal.ListImplementation.checkElementIndex$runtime_release(ListImplementation.java:15) at androidx.compose.runtime.external.kotlinx.collections.immutable.implementations.immutableList.SmallPersistentVector.get(SmallPersistentVector.kt:146) at androidx.compose.runtime.snapshots.SnapshotStateList.get(SnapshotStateList.kt:91) at androidx.compose.foundation.lazy.LazyDslKt$items$3.invoke(LazyDsl.kt:147) at com.braze.jetpackcompose.contentcards.ContentCardsListKt$ContentCardsList$7$1$1$invoke$$inlined$items$default$3.invoke(LazyDsl.kt:147) at androidx.compose.foundation.lazy.LazyDslKt$items$3.invoke(LazyDsl.kt:144) at...
@bryanlogan when are you planning to do the fix, We have the same crash reported as well
Issue still happens after upgrading the sdk to 32.0.0 ``` Fatal Exception: java.lang.IllegalArgumentException: Key "NjZhOTA3Y2IxMDdkZmYxYzI0YTFlOTQwXyRfY2M9MTMwMGE3NGYtYTM0ZC0zOTRkLTlkZTktZjQwZGY3ZDdhMGQzJmRpJmRtJm12PTY2YTkwOGVkZmRjZjEwMDA1YzZjNmE2YyZvZCZwaT13ZnMmdz02NjM4OWM3YjJmNmFkZTAwNTk3NTc4ZGEmd3A9MTcyNTAwNTIyOSZ3dj02NjM4OWM3YzJmNmFkZTAwNTk3NTdhMDA=" was already used. If you are using LazyColumn/Row please make sure you provide a unique...
I can only see the report on crashlytics, I haven't seen it in my local sessions