장바구니에 상품이 없습니다.
home2 › 게시판 › Next.js 게시판 › ListItem 사용시 오류
삭제기능만들기1에서 ListItem component를 만들고 실행을 하니 아래와 같은 오류가 나옵니다. 이리저리 해봐도 안돼서 강좌에 있는 소스를 복붙했는 데 도 Error: Objects are not valid as a React child (found: [object Promise]). If you meant to render a collection of children, use an array instead. 이런 오류가 나옵니다.
client 컴포넌트에 async 떼거나 html 중괄호안에 이상한거 안넣었나 확인합시다