Uncaught Error: The slice reducer for key "DetailTodo" returned undefined during initialization. If the state passed to the reducer is undefined, you must explicitly return the initial state. The initial state may not be undefined. If you don't want to set a value for this reducer, you can use null instead of undefined.
모듈코드에서 default값 넣어주기
default:
return state;