getState ); } return nextRunner(action); }; 코드를 보면 action이 객체가 아니라 함수입니다. 원래 액션은 type, payload로 구성된 객체 지만 redux-thunk를 적용 ...
確定! 回上一頁