inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

윤영인님의 게시글

윤영인 윤영인

@dbsduddls955507

수강평 작성수
-
평균평점
-

게시글 1

질문&답변

새 일기 등록이 안됩니다..(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; }; 혹시 저와 같은 에러를 만나는 분이 계실수도 있으니 글은 남겨두겠습니다!

좋아요수
0
댓글수
2
조회수
767