질문&답변
2023.05.09
user_reducer.js 오류
eslint 설정하셔서 뜨는 경고에요. functoin 옆에 이름을 지어주면 없어져요export default function userReducer(state = {}, action) { switch (action.type) { case LOGIN_USER: return { ...state, loginSuccess: action.payload }; default: return state; } }