티스토리 뷰
728x90
반응형
map 같이 여러개를 뿌려줄때는 key로 각각 구별해줘야한다는 Warning이다
movies.map( (movie, index) =>
<Movie title={movie.title} poster={movie.poster} key={index}/>
)
위와 같이 key속성을 넣어주면 Warning이 사라진다
728x90
반응형
'Error > React.js' 카테고리의 다른 글
[React] Typo in static class property declaration react/no-typos (3) | 2019.09.01 |
---|---|
[React] index.js:1375 Warning: The tag <plus> is unrecognized in this browser. If you meant to render a React component, start its name with an uppercase letter. (0) | 2019.08.18 |
static state 에러 (0) | 2019.05.01 |
PropTypes (0) | 2019.04.15 |
npm install -g create-react-app Error (0) | 2019.04.15 |
댓글