What could be a reason that a LazyColumn produces ...
# compose
a
What could be a reason that a LazyColumn produces this crash?
Copy code
java.lang.ArrayIndexOutOfBoundsException: length=32; index=32
        at androidx.compose.runtime.collection.IdentityArrayMap.remove(IdentityArrayMap.kt:100)
        ...
a
Looks like this bug which is fixed in 1.1.0-alpha02.
a
Thanks, I'll try that version and see if it fixes the issue !
It did fix it! Thank you! 🙂
👍 1