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

[버그] 대댓글을 달아도 표시되지 않음 #83

Open
majih93 opened this issue Oct 15, 2024 · 0 comments
Open

[버그] 대댓글을 달아도 표시되지 않음 #83

majih93 opened this issue Oct 15, 2024 · 0 comments
Labels
버그픽스 버그 관련 이슈입니다.

Comments

@majih93
Copy link
Contributor

majih93 commented Oct 15, 2024

이슈

대댓글을 달아도 표시되지 않는 이슈가 있음.

원인을 찾아보니 유저를 차단하는 기능을 구현하기 위해서 commentChildren 값을 가지고 렌더링하는게 아니라, 로컬에서 필요에 따라서 복사한 값을 사용했는데, 대댓글을 달았을 때 대댓글 목록 렌더링하기 위해서 사용된 로컬 변수가 update되지 않는 것이 이슈였음.

신고 차단 기능 flow를 다시 한번 되짚어 보면서, 제대로 처리되도록 수정이 필요함.

아래 사항 백엔드 팀에 확인 필요

  • 특정 유저 차단 시, 차단 후에 해당 유저가 다시 데이터 불러왔을 때 서버에서 반환되는 데이터에 차단 여부가 처리된 데이터가 전송되는지?
@majih93 majih93 added the 버그픽스 버그 관련 이슈입니다. label Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
버그픽스 버그 관련 이슈입니다.
Projects
None yet
Development

No branches or pull requests

1 participant