The slice reducer for key

Jtiiin:K·2023년 11월 9일
0
post-thumbnail

error

The slice reducer for key

해결

module 에서 default 값 넣어주기

const todos = (state = initialState, action) => {
  switch (action.type) {
    default:
      return state;
  }
};
profile
호기심 많은 귀차니즘의 공부 일기

0개의 댓글