Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- @Controller
- Polylang
- GET
- 리액트오류
- @Entity
- 워드프레스
- post
- GA4
- HttpSession
- 구글
- JSON
- 인텔리제이
- ChatGPT
- set
- 구글알고리즘
- @Repository
- 플러그인
- 구글애널리틱스
- AI
- SEO
- Thymeleaf
- 데이터베이스
- useContext
- JPA
- firebase
- useEffect
- db
- @Query
- router
- Login
Archives
- Today
- Total
목록key (1)
개발자일지

Encountered two children with the same key, `1`. Keys should be unique so that components maintain their identity across updates. Non-unique keys may cause children to be duplicated and/or omitted — the behavior is unsupported and could change in a future version. 이 오류는 리액트에서 key 속성이 중복될 때 발생한다. 리액트는 컴포넌트 리스트를 렌더링할 때 각 항목을 고유하게 식별하기 위해 key 속성을 사용한다. 이를 통해 리액트는 항목의 변경, 추가, 삭제를 효율적으로 처리할 수 있는데 이 ..
개발 준비/ReactJS&TypeScript
2025. 2. 4. 22:41