Uncaught (in promise) TypeError: state.comments.push is not a function

nevermind·2022년 8월 17일
0
post-custom-banner

redux toolkit 구현중 문제 발생

{state.comments.push(action.payload.data)}
원래 위와 같이 썼는데

왜 state.comments가 문제가 되지? 싶었다.
get하는 부분은 잘 들어갔기에 이번에도 문제가 없을 줄 알았기에..

결론은


이렇게 객체 안에 data 배열로 들어가야하기에 state.comments.data로 push 해줘야 했다.

reponse로 어떤 값을 받는지 참조해야겠다.

profile
winwin
post-custom-banner

1개의 댓글

comment-user-thumbnail
2023년 10월 6일

The overview of the subject in this essay is Uno game clear and succinct. The helpful advice offered stood out to me in particular.

답글 달기