Notice
Recent Posts
Recent Comments
Link
보조기억장치
Next.js Error [TypeError]: Cannot read properties of undefined (reading 'map') 본문
React
Next.js Error [TypeError]: Cannot read properties of undefined (reading 'map')
캐세이 2023. 5. 4. 15:51데이터가 아직들어오지 않은 상태에서 렌더링시 발생
{products.map((product) => (....))} 에서 {products && products.map((product) => (...))} 하니 잘된다.
JavaScript에서 true && expression은 항상 expression으로 평가되고 false && expression은 항상 false로 평가됨
'React' 카테고리의 다른 글
tailwind css Module not found (0) | 2023.05.06 |
---|---|
Next.js 13.4 (0) | 2023.05.06 |
Install tailwindcss with Next.js (0) | 2023.05.03 |
Material UI(MUI) DataGrid 적용하 (0) | 2023.04.28 |
Test Suites Group (0) | 2023.04.08 |