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
- aws lightsail
- never타입
- TypeScript
- next.js
- 슬라이딩윈도우
- 큐
- textarea autosize
- tailwindcss
- 버블정렬
- 투포인터
- 해쉬
- NextAuth
- 빅오
- 정렬
- 라이프사이클
- nextjs
- react
- js알고리즘
- 블로그만들기
- JavaScript
- 알고리즘
- isNaN
- 스택
- typscript
- Algorithm
- react-query
- nestjs
- styled-components
- cookie
- 그리디
Archives
- Today
- Total
far
Objects are not valid as a React child (found: object with keys {id}). If you meant to render a collection of children, use an array instead. 에러 본문
React/기록
Objects are not valid as a React child (found: object with keys {id}). If you meant to render a collection of children, use an array instead. 에러
Eater 2022. 12. 1. 15:36Objects are not valid as a React child (found: object with keys {id}).
If you meant to render a collection of children, use an array instead.
자리에 이상한게 들어갔을 때 나는 에러. (이 경우는 자리에 객체가 들어가야 하는데 배열이 들어간 것 같다)
'React > 기록' 카테고리의 다른 글
[React] 리액트 메모이제이션 훅 (0) | 2023.03.13 |
---|---|
[React + tailwindCSS] 게시글 이미지 첨부 및 첨부된 이미지 리스트 만들기 (0) | 2023.01.21 |
[React] 리액트 라이프사이클 (0) | 2022.12.24 |
[React] Loadable-components로 코드 스플리팅 하기 (0) | 2022.12.02 |
Unknown option: .preset. Check out 에러 (0) | 2022.11.30 |
Comments