Feat: Week9/nonshaman-m1 - #86
Open
nonshaman wants to merge 32 commits into
Open
Conversation
Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <copilot@github.com>
Revert 37 week4/nonshaman m1
…an-m1 Revert 83 revert 37 week4/nonshaman m1
Feat: Week4/nonshaman-m2
Feat: Week4/nonshaman m3
Week5/nonshaman-m1
Week5/nonshaman-m2
Week5/nonshaman-m3
Feat: Week6/nonshaman-m1
Feat: Week6/nonshaman-m2
Feat: Week7/nonshaman-m1
Feat: Week7/nonshaman-m2
Feat: Week8/nonshaman-m1
Feat: Week8/nonshaman-m2
Feat: Week8/nonshaman-m3
yewon20804
reviewed
Jun 2, 2026
Collaborator
There was a problem hiding this comment.
9주차 미션 1 수고하셨습니다 ! Redux Toolkit 활용 Play List 제작을 해보는거였는데 커스컴 훅까지 잘 구성하신것 같아요 👍
1. week9/src/components/Navbar.tsx — 문법 오류
// ❌ 현재 (week9/src/components/Navbar.tsx)
const Navbar = () => {;
// ✅ 수정
const Navbar = () => {
함수 선언 바로 뒤에 불필요한 세미콜론(;)이 있어서 제거해주면 좋을 것 같습니다 !
2. week9/src/slices/carSlice.ts — 파일명 오타
파일명이 carSlice.ts로 되어있는데, cartSlice.ts로 변경하시는것이 좋을 것 같습니다
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📚 주차 / 미션
📌 작업 내용
✨ 상세 작업 내용
📸 스크린샷
✅ 체크리스트