For recomposition purposes, does wrapping anything, even unstable types, in `mutableStateOf` make it...
a
For recomposition purposes, does wrapping anything, even unstable types, in
mutableStateOf
make it stable as long as it’s only unwrapped at the end? If not, why does Compose Metrics say that
State<Something>
is stable? Does using
referentialEqualityPolicy
make a difference in this case.