Skip to content
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

hotfix: qa1011 #106

Merged
merged 4 commits into from
Oct 11, 2024
Merged

hotfix: qa1011 #106

merged 4 commits into from
Oct 11, 2024

Conversation

d0422
Copy link
Contributor

@d0422 d0422 commented Oct 11, 2024

  • 마이페이지에서 my trip추가가 안되는 오류 해결
  • 검색후 뒤로가기 했을때 검색한 내역 삭제 처리
  • 위치권한 두번씩 물어보는 오류 해결

이전 권한을 두번 물어보는 이슈

원인은 query function 내부에서 promise를 resolve함에 따라, queryKey에 들어있는 promise의 상태가 바뀌고, 이에 따라 다시 query function이 수행되는 이슈였습니다.
promise대신 state형태로 관리하고, 그것을 key로 사용해주었습니다.

@d0422 d0422 requested a review from HBSPS October 11, 2024 07:55
@d0422 d0422 self-assigned this Oct 11, 2024
@d0422 d0422 added bug 버그 해결 feat 새로운 기능 추가 labels Oct 11, 2024
@d0422 d0422 merged commit 696c82b into main Oct 11, 2024
1 check passed
@d0422 d0422 deleted the hotfix/qa-1011 branch October 15, 2024 05:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 버그 해결 feat 새로운 기능 추가
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants