We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
below here depreciated:
LifecycleEffect( onStarted = { viewModel.getList() }, onDisposed = { viewModel.removeList() } )
then how to replace it?
The text was updated successfully, but these errors were encountered:
"This API is a wrap on top on DisposableEffect, will be removed in 1.1.0, replace with DisposableEffect"
for screen's lifecycle you can use LifecycleEffectOnce or just use the DisposableEffect.
LifecycleEffectOnce
DisposableEffect
Sorry, something went wrong.
No branches or pull requests
below here depreciated:
then how to replace it?
The text was updated successfully, but these errors were encountered: