Vinay Gaba
12/02/2021, 6:08 AMonDispose
of the DisposableEffect but I'm getting a JobCancellationException
. This is probably due to the coroutine scope that I'm using (its the one that rememberCoroutineScope
returns) that's not available anymore when I'm executing the onDispose
block. Wondering how I can solve this?Zach Klippenstein (he/him) [MOD]
12/02/2021, 5:22 PMVinay Gaba
12/02/2021, 5:31 PMZach Klippenstein (he/him) [MOD]
12/02/2021, 5:32 PMVinay Gaba
12/02/2021, 7:16 PMZach Klippenstein (he/him) [MOD]
12/03/2021, 6:14 PM