How can I mutate the store? #222
andrewperoramas
started this conversation in
General
Replies: 1 comment
-
Each event comes with the current instance, you should be able to use one of the functions (e.g. |
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'm using react wrapper
I want to mutate the value of
added
like remove a specific element selection.store: {
changed: { added, removed},
},
I have an onSelecteChange event that needs to mutate the current store.
Beta Was this translation helpful? Give feedback.
All reactions