I get this random message when I'm changing values...
# coroutines
v
I get this random message when I'm changing values quickly that is updating values in background.
Child of the scoped flow was cancelled
Not sure what is causing it, from a brief internet search it seems to be because of underlying mechanism of
flatMapLatest
, wanted to see if any of you faced this issue?