0👍
Finally, I found the solution. The main problem was that the Vuex could not work with large object structures and my object editor contained many of functions and nested configuration subobjects and arrays. There are two ways to solve this.
- Change the structure of the vuex object
- Make a deep clone of the object in mutations in Vuex store.
- [Vuejs]-Three.js create face from 3 coordinates
- [Vuejs]-Installing Jest in Vue 3 gives error "Cannot locate the bindings file" for deasync on Linux
Source:stackexchange.com