728x90
npm install redux-thunk --save를 설치해야 되는 에러
원래 Actions은 객체여야 하는데 함수를 Dispatch하고 있다.
그래서 생기는 에러이다.
함수를 dispatch 할 수 있게 해주는 React-Thunk 미들웨어를 설치해야 한다
728x90
'React' 카테고리의 다른 글
redux 에러코드 Error: Cannot read properties of undefined (reading 'getState') (0) | 2023.08.14 |
---|---|
redux toolkit (0) | 2023.07.10 |
Redux 미들웨어 (0) | 2023.07.07 |
subscribe() (0) | 2023.07.07 |
action (0) | 2023.07.07 |
댓글