아래 에러 발생 하는 경우
TypeError: undefined is not iterable (cannot read property Symbol(Symbol.iterator))
스토어 setter에서는 .obj를 사용 중인데
.obj
정작 사용 할 때는 arr:으로 넘기고 있어서 undefined 로 접근이 발생 한 것이다.
arr:
undefined
키값을 arr이나 obj로 통일하면 해결 된다.
arr
obj