re-render a computed value after set a observable object in callback #2681
Unanswered
NadavShaked
asked this question in
General
Replies: 1 comment 2 replies
-
missing |
Beta Was this translation helpful? Give feedback.
2 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.
-
I'm trying to render a mobx @computed value in UnifiedPicker component after I updated the object on the onSelectionChanged callback, the object is updated but the computed doesnt change.
this is the main code in the store:
and this is the component code:
Do you know what can be the problem?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions