Closed vee-zhang closed 5 years ago
Hey did you find out what the issue was?
I had this stacktrace in my app (different version though and might actually not be the same cause) and was able to resolve it through this: https://github.com/airbnb/MvRx/wiki/Integrating-MvRx-In-Your-App#configure-global-mvrx-plugins.
Plus, It's not related to the first description, but it's important that all of the property in MvRxState
has to have a default value like guidance(https://github.com/airbnb/MvRx/wiki#initial-state) to avoid Failed to call observer method
.
MvRxState-version:1.0.0
ViewModel:
My View:
result:
Why???