All of sudden i start to see this error when going...
# compose
j
All of sudden i start to see this error when going from one tab to another :
androidx.compose.runtime.ComposeRuntimeError: Compose Runtime internal error. Unexpected or incorrect use of the Compose internal runtime API (pending composition has not been applied). Please report to Google or use <https://goo.gle/compose-feedback> at androidx.compose.runtime.ComposerKt.composeRuntimeError
s
Using latest compose version? If yes I think the error message is telling you what’s wrong. Probably not something you are doing wrong, but the library itself. A small repro to come along with the report would also do wonders for them to fix it.
j
I am using
1.3.3
and it just started with update. I have 4 tabs and first tab is LazyColumn list. I have notice if i scroll list and go to tab 3 and return back it crash. But it is not always very weird.
s
I don’t think compose compiler 1.3.3 exists. What Kotlin version + Compose compiler + specific compose library version are you using? I am basically asking because if you are not on the latest stable versions, then you may wanna try bumping first so that you check if it’s already fixed there for you.
j
I use all latest version and here is video. I have crash when changing tabs with the error i posted above.
s
Time to make a bug report it seems then