codestates / codestates/ThereWeather
[๐พ Error Handling] Warning: Each child in a list should have a unique "key" prop.
Open
error
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
## ์ด๋ค ์๋ฌ์ธ๊ฐ์?
- ๋ถ๋งํฌ์์ BookmarkList map์ผ๋ก ๋ ๋๋งํ๋ฉด์ ๋จ๋ ์๋ฌ
## ์๋ฌ ๋ฉ์์ง
```jsx
index.js:1 Warning: Each child in a list should have a unique "key" prop.
```
## ์๋ฌ ํธ๋ค๋ง ๋ฐฉ๋ฒ
```jsx
map ์์ ๋ค์ด์๋ ์ปดํฌ๋ํธ ์ญ์ ํ
๋ก ๋ฐ๊พผ ํ key๋ฅผ ๋ค์ ์ค์ ํด์ฃผ์์
```
```
## ์๋ฌ ํธ๋ค๋ง์ ์ํด ์ฐธ๊ณ ํ ๋ ํผ๋ฐ์ค ๋งํฌ
[์์1](https://awesomezero.com/development/react-key/)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.