원래 npm start로 시작하고 http://localhost:3000/#/detail/0 or 1 or 2로 가면 정상적으로 화면이 출력되었는데 흰색으로 뜨면서 아무것도 안됩니다;; 콘솔창 에러 메세지를 봐보니 Uncaught TypeError: Cannot read properties of undefined (reading 'find') 라고 뜨네요
let { id } = useParams();
let 찾은상품 = props.shoes.find( function (상품) {
return 상품.id == id
})
이 부분이 오류가 난것같은데 대체 뭐가 문제일까요?? 따로 건든거 없고 어제까지만 해도 잘됐었습니다;;
전체 콘솔 에러 메세지는
react-dom.development.js:11340 Uncaught TypeError: Cannot read properties of undefined (reading 'find')
입니다
파일 통쨰로 올려봤는데
http://naver.me/xdVqyL40
여기로 들어가셔서 비밀번호 11111111 입력하시면 됩니다 대체 왜 오류가 나는걸까요;; 어제까지만 해도 정상적으로 됐었는데;; 구글 검색해봐도 안나와요;
현재 Lifecycle Hook (옛날사람) useEffect (요즘사람) 강의 까지 수강한 상태이고 에러메세지 중 20번 줄에 문제가 있다고 나오는데 find 줄입니다; 에러메세지는 Uncaught TypeError: Cannot read properties of undefined (reading 'find') 이고요