numbers.map() 안의 리스트 아이템들에 key 를 할당하여 키 이슈를 해결해봅시다. function NumberList(props) { const numbers = props.numbers; const listItems ...
確定! 回上一頁