Anybody know what can it be if changing mutable st...
# compose
p
Anybody know what can it be if changing mutable state value doesnt trigger recomposition of composable that is using this state object? Is there any limitations of using state objects?
c
Got any code to show? Might be easier to diagnose.
p
Trying to make example by extracting part of code from production code, but this example is not reproducing this issue. I was asking about any limitations of using states, cause may be it can help me as an entry point.
I find out - it was a bug in production code. State is working as expected.