Replies: 1 comment
|
I think you want to change: to Alternatively you can use |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi. i use volatile for some ui logic, like
loadingstatus, render error from api response etc. sample:from documentation we know:
i try use hack with
types.model().create(#1232 (comment)) likebut its not working. i mean with this code i have warnings like
the object is protected and can only be modified by an action.at now i use observable from
mobxpackage:it works as expected, but is this the correct implementation?
All reactions