리액트2 Uncaught (in promise) Error: Illegal argument undefined - 원인 https://stackoverflow.com/questions/77145554/uncaught-in-promise-error-illegal-argument-undefined-at-e-exports-content-js Uncaught (in promise) Error: Illegal argument undefined at e.exports (content.js:33:95534) Im building an MERN todo app from a course and notice this error in the console. I look at everything and compared my code with the instructors and they are the same. Then I notice.. 2023. 11. 12. defaultState for reducer handling [object Object] should be defined https://wazacs.tistory.com/22 [에러노트] defaultState for reducer handling [object Object] should be defined 리덕스 스터디중 handleAction을 사용하던 중 해당 소스에서 다음과 같은 에러가 발생함 // 리덕스 모듈 import { createAction, handleAction } from 'redux-actions' const INCREASE = 'counter/INCREASE' const DECREASE = 'counter/DE wazacs.tistory.com 이러한 에러가 나타나는 이유는 액션이 2개 이상이기 때문. 2개 이상의 액션을 처리하려면 handleAction => handleActions로 변경한다. .. 2023. 11. 12. 이전 1 다음