Alexander Borukhman
Alexander Borukhman
## How to reproduce Try to perform this sequential dispatches; ```js var newElement = { test: "foo" }; context .dispatch("patch", { id: "myID", myArr: arrayRemove(oldElement) }) .then(result => { console.log("element...
Hi! I'm a bit confused. When i add `...defaultMutations(state)` to `mutations` object it gives me a reference error. Same happens whei i try this not in the module but in...
I've noticed that it's incompatible with Vue 3
I'm trying to require it by: `const { getDocumentAsJSON } = require("xd-json-wrapper");` but it gives en error on module load: `Plugin Error: Module not found: "xd-json-wrapper". Parent module folder was:...