dabernathy89 / vue-query-builder

A UI component for building complex queries with nested conditionals.
https://dabernathy89.github.io/vue-query-builder/
MIT License
643 stars 157 forks source link

Replace Object.Assign to deepClone #72

Open kalex375 opened 3 years ago

kalex375 commented 3 years ago

Fix the initial copy values of the query. Use deepClone instead of Object.Assign. If value has an initial value, this causes props mutation and a Vuex error