-
Notifications
You must be signed in to change notification settings - Fork 4
Refactor : 회원가입 및 계정 관리페이지에 TanStack Query 적용 #175
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
✅ Preview 배포가 성공적으로 완료되었습니다! 🚀 |
grimza99
left a comment
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.
고생하셨습니다!
src/app/mypage/MypageClient.tsx
Outdated
| const errorObj = error as { response?: { data?: { message?: string } } }; | ||
| const message = errorObj?.response?.data?.message || '닉네임을 변경할 수 없습니다.'; | ||
| setNicknameError(message); | ||
| Toast.error('닉네임 변경에 실패했습니다.'); |
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.
여기만 명사형을 깜빡하셨나봐요!!
|
✅ Preview 배포가 성공적으로 완료되었습니다! 🚀 |
KSJ27
left a comment
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.
수고하셨습니다~
🔎 작업 사항