강의

멘토링

커뮤니티

Inflearn Community Q&A

rkddus's profile image
rkddus

asked

Project to create your own YouTube site using React.js

Create a video detail page

비디오 상세페이지

Written on

·

250

·

Edited

0

Cannot read properties of undefined (reading '0') TypeError: Cannot read properties of undefined (reading '0') at http://localhost:3000/static/js/src_pages_Video_tsx.chunk.js:40:31

선생님 이런 에러가 나옵니다 값을 읽어오지 못하는거 같은데 어떻게 해야 할까요? 코드는 선생님꺼 복붙해서 했습니다

이전 강의까지는 잘 됐는데 이번 강의에서 이런 에러를 만났습니다 확인부탁드립니다

 

console.log(videoId)는 undefind 나옵니다

그리고 주소창에는

http://localhost:3000/video/[object%20Object] 이렇게 나옵니다

HTML/CSSjavascriptreactyoutube-api

Answer 1

0

rkddus님의 프로필 이미지
rkddus
Questioner

선생님 어제 서버 문제였던거 같아요 오늘은 잘 되네요

rkddus's profile image
rkddus

asked

Ask a question