새 일기 등록이 안됩니다..(Uncaught TypeError: Cannot read properties of undefined (reading 'date'))
계속 코드를 봐보니...찾았습니다..ㅠㅠApp.js에서 오타가 있었습니다.// CREATE const onCreate = (date, content, emotion) => { dispatch({ type: "CREATE", date: { // 오타!! date -> data로 변경해야함! id: dataId.current, date: new Date(date).getTime(), content, emotion, }, }); dataId.current += 1; };혹시 저와 같은 에러를 만나는 분이 계실수도 있으니 글은 남겨두겠습니다!