Observable array of objects doesn't update #3302
Unanswered
merrymaker14
asked this question in
Q&A
Replies: 1 comment
-
Please provide a runnable reproduction here: https://codesandbox.io/s/minimal-mobx-react-project-ppgml?file=/index.js |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have in store:
And I use in component function for canvas:
But when I use
mainStore.clearUnderwater()
ormainStore.clearValueFromUnderwater(id)
myunderwater
array still contents objects and it doesn't delete.I don't understand why objects are added, properties are edited but it won't removed.
Beta Was this translation helpful? Give feedback.
All reactions