I have a StateFlow of List in my Repository. Can I...
# compose
f
I have a StateFlow of List in my Repository. Can I convert it to StateList in compose to prevent additional recompositions? Something like
collectAsState()
but for StateList