Is there any way to use `androidx.paging.compose.L...
# compose
l
Is there any way to use
androidx.paging.compose.LazyPagingItems#getItemCount
for recomposition on change?
a
yes, this property will become observable at some point. sorry hard to say in what exact further release. you can follow this bug: https://issuetracker.google.com/issues/171872064
l
Thanks, good to hear it's on the roadmap!