Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Exception:
```
java.lang.AbstractMethodError: abstract method "java.util.List androidx.compose.ui.layout.SubcomposeMeasureScope.subcompose(java.lang.Object, kotlin.jvm.functions.Function2)"
at androidx.compose.foundation.lazy.LazyListState.measure-5vC3nwU$foundation_debug(LazyListState.kt:309)
at androidx.compose.foundation.lazy.LazyForKt$LazyFor$1.invoke(LazyFor.kt:309)
at androidx.compose.foundation.lazy.LazyForKt$LazyFor$1.invoke(Unknown Source:10)
at androidx.compose.ui.layout.SubcomposeLayoutState$createMeasureBlocks$1.measure-2MWCACw(SubcomposeLayout.kt:224)
at androidx.compose.ui.node.InnerPlaceable.performMeasure-BRTryo0(InnerPlaceable.kt:47)
at androidx.compose.ui.node.LayoutNodeWrapper.measure-BRTryo0(LayoutNodeWrapper.kt:123)
at androidx.compose.foundation.layout.PaddingModifier.measure-3Jkh9V0(LayoutPadding.kt:209)
at androidx.compose.ui.node.ModifiedLayoutNode.performMeasure-BRTryo0(ModifiedLayoutNode.kt:36)
at androidx.compo
```