We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
소셜 로그인 회원가입 시, 첫 화면에서 '뒤로' 버튼을 눌러도 따로 작동하지 않습니다.
그리고 처음에 이름을 200자 넘게 입력한 뒤 회원가입 완료를 눌렀을 때 '프로필 업데이트 중 오류가 발생했습니다' 라고 나오네요. 이후 이름을 다시 줄여서 작성해도 마찬가지로 작동되지 않습니다.
src/components/home/Topbar/Menu/CompleteProfilePage.tsx 에서 '/api/v1/profile' 요청을 보낼 때 에러가 발생한 것 같고, 이후 왜 다시 작동이 안 되는지는 잘 모르겠네요 :D
The text was updated successfully, but these errors were encountered:
홈에서 위시 리스트 저장을 한 뒤, 위시 리스트에서 다시 하트를 눌렀을 때 해제가 작동하지 않습니다.
src/routes/MyWishList.tsx 에서 HeartIcon 에 위시 리스트 토글 event onClick이 들어가있지 않네요!
Sorry, something went wrong.
No branches or pull requests
소셜 로그인 회원가입 시, 첫 화면에서 '뒤로' 버튼을 눌러도 따로 작동하지 않습니다.
그리고 처음에 이름을 200자 넘게 입력한 뒤 회원가입 완료를 눌렀을 때 '프로필 업데이트 중 오류가 발생했습니다' 라고 나오네요. 이후 이름을 다시 줄여서 작성해도 마찬가지로 작동되지 않습니다.
src/components/home/Topbar/Menu/CompleteProfilePage.tsx 에서 '/api/v1/profile' 요청을 보낼 때 에러가 발생한 것 같고, 이후 왜 다시 작동이 안 되는지는 잘 모르겠네요 :D
The text was updated successfully, but these errors were encountered: