소개
소개글이 비어있어요
게시글
고민있어요
프로젝트
- 0
- 1
- 807
질문&답변
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
질문&답변
Module not found
import Menu from "../../components/Menu";경로를 이렇게 변경하니까 해결됐습니다!
- 0
- 1
- 312
질문&답변
Request failed with status code 404
(사진)혹시 몰라서 에러메시지도 첨부했습니다
- 0
- 1
- 5.7K
질문&답변
POST http://localhost:3090/api/users net::ERR_INTERNET_DISCONNECTED
아 혹시 back 폴더로 가서 npm run dev를 하면 되는건가요??
- 0
- 2
- 974