Adam Brown
10/29/2022, 12:03 AMObservableValue
when I navigate to another Child, it throws this exception, apparently when the previous child attempts to dereference it's state:
Uncaught Kotlin exception: kotlin.native.IncorrectDereferenceException: illegal attempt to access non-shared com.arkivanov.decompose.value.MutableValueImpl@34e6e8 from other thread
but I'm not doing an explicit threading, and I'm changing state based on a button click, so should be main that this is all happening on.Adam Brown
10/29/2022, 12:11 AMArkadii Ivanov
10/29/2022, 8:43 AMArkadii Ivanov
10/29/2022, 8:44 AM