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

[ Fix/#471 ] 수정하기 페이지 최신화 안되는 거 수정 #472

Merged
merged 2 commits into from
Nov 12, 2024

Conversation

se0jinYoon
Copy link
Contributor

@se0jinYoon se0jinYoon commented Nov 6, 2024

✨ 해당 이슈 번호 ✨

closes #471

todo

  • 수정하기 페이지 최신화 안되는 거 수정

📌 내가 알게 된 부분

  • 보니까 처음 수정하기에 들어갔을 경우에는 잘 받아와지는데, 한 번 수정완료한 후 다시 수정하기에 들어가면 안받아와지더라구요

  • 요청이 아예 안가고있었어요!

  • 캐시된 데이터 때문에 요청이 안 가고 있길래 staleTime : 0 으로 설정해서 매번 수정하기 글 받아오기 api의 경우 새로운 요청이 가도록 해두었습니다.


  • 코드리뷰 반영해서 Invalidate queries 적용해주었습니다.
  • 이미지 수정 안되는 이슈가, 바뀐 이미지 업로드 로직이 반영되어있지 않아서 그렇더라구요. 수정해두었습니다~

📌 질문할 부분

📌스크린샷(선택)

2024-11-06.4.38.24.mov

@se0jinYoon se0jinYoon added ⚒️ Fix 기존의 버그 수정 서진 labels Nov 6, 2024
@se0jinYoon se0jinYoon self-assigned this Nov 6, 2024
Copy link

vercel bot commented Nov 6, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
mile-client ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 12, 2024 4:42pm

@github-actions github-actions bot added the size/xs size/xs label Nov 6, 2024
Copy link
Member

@ljh0608 ljh0608 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

빠른 반영 감사합니다 리뷰 확인해주세요!

Comment on lines 139 to 142
queryKey: [QUERY_KEY_POST.getEditPostContent, postId, isEditView],
queryFn: () => fetchEditPostContent(postId),
enabled: !!isEditView,
staleTime: 0,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

p2)
staleTime 0으로 두는 방법 보다 글 수정했을 때 글 조회 api 쿼리를 invalidate해주는 방법이 더 좋지 않을까요??

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

라고 저도 생각했는데 생각만하고 안했어요 반영할게요~~

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

p2) staleTime 0으로 두는 방법 보다 글 수정했을 때 글 조회 api 쿼리를 invalidate해주는 방법이 더 좋지 않을까요??

동의합니다!

Comment on lines 139 to 142
queryKey: [QUERY_KEY_POST.getEditPostContent, postId, isEditView],
queryFn: () => fetchEditPostContent(postId),
enabled: !!isEditView,
staleTime: 0,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

p2) staleTime 0으로 두는 방법 보다 글 수정했을 때 글 조회 api 쿼리를 invalidate해주는 방법이 더 좋지 않을까요??

동의합니다!

@github-actions github-actions bot added size/s size/s and removed size/xs size/xs labels Nov 12, 2024
@se0jinYoon se0jinYoon merged commit 6b9ebe9 into develop Nov 12, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚒️ Fix 기존의 버그 수정 size/s size/s 서진
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[ fix ] 글 수정하기 글 제목 받아오기 에러 수정
3 participants