I’ve been using `MutableState` to control when the...
# compose
b
I’ve been using
MutableState
to control when the view is rendered on updates and I wasn’t sure if that was causing issues. I tried removing all
MutableState
and just using my read-only data classes but I still get the same error when scrolling