반응형
오류내용
./src/Movie.js
Line 15: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text
Search for the keywords to learn more about each warning.
To ignore, add // eslint-disable-next-line to the line before.
Compiling...
Compiled with warnings.
오류화면
이유
class가 아닌 function으로 선언했기 때문
function components do not have this.props,
해결방법
turn your components into class Components and everything will work as expected.
반응형
'○ WEB > 오류 및 해결' 카테고리의 다른 글
[코드리뷰] aboutme.html 같은 도메인에 속한 페이지는 도메인을 넣지 않는다. 절대경로, 상대경로 사용할 것 (0) | 2019.07.15 |
---|---|
이클립스 자바 코드 스타일 포멧, 포멧터 적용 방법 (0) | 2019.07.15 |
모니터 프리싱크와 지싱크? / 테어링, 스터터링, 인풋랙 / bypass 모니터란? (0) | 2019.07.06 |
21:9 / 해상도 조절 / 엔비디아 제어판 디스플레이 탭이 없는 이유와 다른 해상도 변경방법 (0) | 2019.07.06 |
Untracked files 에러 발생 및 해결방법 (0) | 2019.07.03 |