wordpress-mobile / WordPress-Android

WordPress for Android
http://android.wordpress.org
GNU General Public License v2.0
2.99k stars 1.33k forks source link

ComposeRuntimeError: Compose Runtime internal error. Unexpected or incorrect use of the Compose internal runtime API (... #20352

Open sentry-io[bot] opened 9 months ago

sentry-io[bot] commented 9 months ago

Sentry Issue: JETPACK-ANDROID-JVX

ComposeRuntimeError: Compose Runtime internal error. Unexpected or incorrect use of the Compose internal runtime API (Cannot start a writer when another writer is pending). Please report to Google or use https://goo.gle/compose-feedback
    at androidx.compose.runtime.ComposerKt.composeRuntimeError(Composer.kt:4557)
    at androidx.compose.runtime.ComposerKt.runtimeCheck
    at androidx.compose.runtime.SlotTable.openWriter(SlotTable.kt:191)
    at androidx.compose.runtime.ComposerKt.runtimeCheck
    at androidx.compose.runtime.SlotTable.openWriter(SlotTable.kt:190)
...
(91 additional frame(s) were not displayed)
dangermattic commented 9 months ago

Thanks for reporting! 👍

thomashorta commented 9 months ago

Looking at the breadcrumbs it looks like the user was going through the Login with QR code flow and a Compose Runtime error happened when closing the BarcodeScanningFragment. This only happened 2 times with the same user.