-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEAT] 댓글 기능 구현 #93
[FEAT] 댓글 기능 구현 #93
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다. useMutation을 따로 분리할 생각을 못했는데 성민님 코드 보고 useMutation도 분리해놔야겠네요. 시간 파싱하는 함수도 충돌이 일어날 것 같아서 이 PR이 메인에 머지된 후에 충돌 잡고 PR 올리겠습니다!
|
||
import useMatchCommentById from './query'; | ||
|
||
type MatchCommentFetcher = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Props 접미사가 빠진 것 같습니다!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
추가로 이 PR 작업 영역은 아니나 useMatchById query.ts 파일 내 쿼리키 값에 오타가 하나 있습니다(MATCH_DETAL)!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
오 반영하겠습니다!
오타는 나중에 queryKey를 일괄적으로 관리할 계획이라서 그 때 수정하겠습니다!
🌍 이슈 번호
✅ 작업 내용
♾️ 기타
yarn add
로 의존성 설치를 해주셔야 합니다.