react-jsx-runtime.development.js?2fc0:117 Warning: Failed prop type: The prop children
is marked as required in InfiniteScroll
, but its value is undefined
prop.의 children 이 없는데 InfiniteScroll를 보여주려고 해서 생긴 현상이다.
삼항연산자로 데이터가 있으면 보여줘라는 조건을 달아야한다
완료