codestates / codestates/BanThing
[Error Handling] Warning: Each child in a list should have a unique "key" prop.
Open
client
error
solved
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
### 어떤 에러인가요?
- map 함수를 사용할 때 id값을 주지 않아 생긴 에러이다.
```
$ Warning: Each child in a list should have a unique "key" prop.
```
### 에러 핸들링 방법
- map 함수에 id 값을 집어 넣어주자
```
//
```
### 에러 핸들링을 위해 참고한 레퍼런스 링크
- Memory-It 의 Error Handling 예시입니다.
[블로그](https://crong-dev.tistory.com/47)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.