강의

멘토링

로드맵

Inflearn Community Q&A

pllppd8909539's profile image
pllppd8909539

asked

Learning React A-Z by Following Along [Version 19 반영]

Creating an image banner

컴파일 에러

Written on

·

389

0

- 학습 관련 질문을 남겨주세요. 상세히 작성하면 더 좋아요!
- 먼저 유사한 질문이 있었는지 검색해보세요.
- 서로 예의를 지키며 존중하는 문화를 만들어가요.
- 잠깐! 인프런 서비스 운영 관련 문의는 1:1 문의하기를 이용해주세요.

 

const movieId = request.data.result[Math.floor(Math.random() * request.data.results.length)].id;

 

부분 작성 후 컴파일 시 리액트에서

 

Cannot read properties of undefined

 

에러가 발생합니다.

 

하나가 아니라 여러개 발생하는데 조치방법이 있을까요?

reactreduxtddtypescriptnext.js소프트웨어-테스트

Quiz

What is the main reason an API key is needed when using an external service's API?

Data Sorting

Request Authentication and Identification

UI Design Change

App speedup

Answer 1

0

pllppd890님의 프로필 이미지
pllppd890
Questioner

오타가 있었네요 해결했습니다!

pllppd8909539's profile image
pllppd8909539

asked

Ask a question