-
-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Screen Model test Exception #45
Comments
Hey @ynsok, how is the implementation that provides the |
|
Okay, the issue here is that class LoginModel : ScreenModel {
val coroutineScope: CoroutineScope = CoroutineScope()
override fun dispose() {
coroutineScope.cancel()
}
} |
Should be fixed in 1.0.0-beta16, feel free to reopen if the issue persists. |
I can't use
rememberScreenModel
orScreenModelStore.getOrPut
in the test so that's why the error is thrown. Any idea how to work around this? @adrielcafe @terrakok @programadorthi @DevSrSouzaThe text was updated successfully, but these errors were encountered: