nailedReact / bokgungom-market

멋쟁이사자처럼 프론트엔드 스쿨 3기 15조 득근득근 복근곰마켓 레포지토리
https://bokgungom-market.vercel.app/
6 stars 5 forks source link

[ETC] Netlify 빌드 오류 수정 #241

Closed sasha1107 closed 1 year ago

sasha1107 commented 1 year ago

11:59:38 AM: [eslint] 11:59:38 AM: src/components/PostList.jsx 11:59:38 AM: Line 95:6: React Hook useEffect has a missing dependency: 'isMyProfile'. Either include it or remove the dependency array react-hooks/exhaustive-deps 11:59:38 AM: src/components/userinput/UserInput.jsx 11:59:38 AM: Line 33:1: Block is redundant no-lone-blocks 11:59:38 AM: src/pages/account/EditProfileSignUp.jsx 11:59:38 AM: Line 65:19: 'res' is assigned a value but never used no-unused-vars 11:59:38 AM: src/pages/account/Register.jsx 11:59:38 AM: Line 39:20: Unnecessary escape character: . no-useless-escape 11:59:38 AM: Line 39:53: Unnecessary escape character: . no-useless-escape 11:59:38 AM: Line 101:6: React Hook useEffect has missing dependencies: 'idVal' and 'pwVal'. Either include them or remove the dependency array. You can also replace multiple useState variables with useReducer if 'setUserData' needs the current value of 'idVal' react-hooks/exhaustive-deps 11:59:38 AM: src/pages/feed/PostEdit.jsx 11:59:38 AM: Line 59:8: React Hook useEffect has a missing dependency: 'URL'. Either include it or remove the dependency array react-hooks/exhaustive-deps 11:59:38 AM: src/pages/feed/UploadPost.jsx 11:59:38 AM: Line 98:15: 'url' is assigned a value but never used no-unused-vars 11:59:38 AM: Line 106:19: 'productData' is assigned a value but never used no-unused-vars 11:59:38 AM: src/pages/profile/follow/FollowListCard.jsx 11:59:38 AM: Line 70:19: 'unfollow' is assigned a value but never used no-unused-vars 11:59:38 AM: Line 79:19: 'follow' is assigned a value but never used no-unused-vars 11:59:38 AM: src/pages/profile/follow/Follower.jsx 11:59:38 AM: Line 27:4: React Hook useEffect has a missing dependency: 'accoutName'. Either include it or remove the dependency array react-hooks/exhaustive-deps 11:59:38 AM: src/pages/profile/follow/Following.jsx 11:59:38 AM: Line 27:4: React Hook useEffect has a missing dependency: 'accoutName'. Either include it or remove the dependency array react-hooks/exhaustive-deps 11:59:39 AM: Failed during stage 'building site': Build script returned non-zero exit code: 2 (https://ntl.fyi/exit-code-2) 11:59:38 AM: src/pages/profile/userprofile/Profile.jsx 11:59:38 AM: Line 54:6: React Hook useEffect has a missing dependency: 'isMyProfile'. Either include it or remove the dependency array react-hooks/exhaustive-deps 11:59:38 AM: ​ 11:59:38 AM: "build.command" failed

github-actions[bot] commented 1 year ago

Branch bug/issue-241 created for issue: [ETC] Netlify 빌드 오류 수정