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

[질문 답변 모달] 좋아요 버튼 누르면 토글한다 #489

Merged
merged 2 commits into from
Oct 19, 2023

Conversation

leegwae
Copy link
Member

@leegwae leegwae commented Oct 19, 2023

🤷‍♂️ Description

  • QuestionListuseOverlay를 사용해 QAModal을 연다.
  • 하지만 QuestionListQAModal의 부모가 아니므로, QuestionList가 리렌더링된다고 QAModal이 리렌더링되지 않는다.
  • 따라서 변해야하는 값은 QAModal 내부에서 직접 쿼리 클라이언트에 접근해서 가져오도록 한다

📷 Screenshots

close #428

- `QuestionList`가 `useOverlay`를 사용해 `QAModal`을 연다.
- 하지만 `QuestionList`가 `QAModal`의 부모가 아니므로, `QuestionList`가 리렌더링된다고 `QAModal`이 리렌더링되지 않는다.
- 따라서 변해야하는 값은 `QAModal` 내부에서 직접 쿼리 클라이언트에 접근해서 가져오도록 한다
@leegwae leegwae added 🧰 fix 버그 수정 automerge labels Oct 19, 2023
@leegwae leegwae self-assigned this Oct 19, 2023
@github-actions github-actions bot merged commit 84dc245 into dev Oct 19, 2023
2 checks passed
@github-actions github-actions bot deleted the fix/428-like-toggle branch October 19, 2023 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧰 fix 버그 수정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[질문/답변 모달] 질문 좋아요 버튼 눌러도 토글되지 않음
1 participant