Hello everyone, update to version 1.2.0-alpha08 of...
# compose
j
Hello everyone, update to version 1.2.0-alpha08 of compose, I have an error in a lazyColumn when scrolling down, this does not happen to me in version 1.2.0-alpha07
Copy code
java.lang.IllegalArgumentException: Inconsistency between the count of nodes tracked by the state (0) and the children count on the SubcomposeLayout (5). Are you trying to use the state of the disposed SubcomposeLayout?
                                                                                              	at androidx.compose.ui.layout.LayoutNodeSubcompositionsState.makeSureStateIsConsistent(SubcomposeLayout.kt:514)
                                                                                              	at androidx.compose.ui.layout.LayoutNodeSubcompositionsState.subcompose(SubcomposeLayout.kt:391)