You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected result:
Compose, by definition, works the same way as suspend (function decoration).. altering a function type.
Composable works within the same context like suspend.
IllegalStateException: Composition requires an active composition context
Android Studio Build:
Version of Gradle Plugin:
Version of Gradle:
Version of Java:
OS:
Steps to Reproduce:
Expected result:
Compose, by definition, works the same way as suspend (function decoration).. altering a function type.
Composable works within the same context like suspend.
Sample branch:
https://github.com/arrow-kt/compose-samples/blob/gotchas/gist5/JetNews/app/src/main/java/com/example/jetnews/MainActivity.kt
The text was updated successfully, but these errors were encountered: