게시글
고민있어요
2023.02.23 03:10
프로젝트
- 0
- 1
- 792
질문&답변
2023.01.26
Cannot read properties of undefined (reading 'map')
userData.Workspaces가 undefined인데 map이 돼서 오류가 난거 같아서 코드를 {userData.Workspaces !== undefined ?userData?.Workspaces.map((ws) => { return ( {ws.name.slice(0, 1).toUpperCase()} ) }) : null } + 이렇게 변경하니까 에러가 해결되네요조언해주셔서 감사합니다!
- 0
- 2
- 1.7K
질문&답변
2023.01.24
Module not found
import Menu from "../../components/Menu";경로를 이렇게 변경하니까 해결됐습니다!
- 0
- 1
- 306
질문&답변
2023.01.23
Request failed with status code 404
(사진)혹시 몰라서 에러메시지도 첨부했습니다
- 0
- 1
- 5.6K
질문&답변
2023.01.20
POST http://localhost:3090/api/users net::ERR_INTERNET_DISCONNECTED
아 혹시 back 폴더로 가서 npm run dev를 하면 되는건가요??
- 0
- 2
- 967