i am tyrinig to clone an object, do you know if exist a better solution of this one?
this.objClone = JSON.parse(JSON.stringify(this.obj));
I am using redux and i have this error:
ERROR TypeError: Cannot assign to read only property 'value' of object '[object Object]'