Study/React

[React] Uncaught Invariant Violation: defaultState for reducer handling [object Object] should be defined

모모 2022. 1. 3. 01:06

 

 

 

진짜 별별 오류 다 만나고 있는데 역시 오류의 99%는 오타다.

redux-actions의 handleActions를 사용해야 하는데 handleAction을 불러와서 발생한 오류였다.

handleActions로 변경해주면 오류가 사라진다.