-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Feature/103] 마이페이지, 내 보드 목록 페이지 #104
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
저는 탭 왔다갔다하면 보드가 계속 쌓이는 문제가 있어서 fetchBoards에서 state 업데이트하기 전에 초기화해줬습니다. 아예 안보이는건 왜그런지 잘 모르겠네요.. 확인 한번만 더 부탁드립니다! |
// 초기화 | ||
setBoards([]) | ||
setPagination({ totalPage: 0, totalCount: 0, currentPage: 1, size: 10 }) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
엇 초기화가 왜 필요한건지 설명 부탁드려도 될까요? 탭 왔다갔다하면 보드가 쌓인다고 하셨는데 어떤 이유인지 잘 이해가 안되어서요!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
현재 서버에서 보드값이 중복되어 오고있어서 map 돌렸을때 unique key prop 오류가 발생했습니다. 이것때문에 렌더링 오류가 발생한 것 같아요. 저도 이해가 잘 안된 상태에서 초기화를 했더니 정상작동하길래 넣어뒀는데, 서버에서 중복 문제 해결하면 정상작동할 것 같습니다! (key에 index값을 넣어서 확인해봤더니 잘 되더라구요. key 문제가 맞는 것 같아요)
초기화는 다시 제거했습니다!
내가 참여한 보드가 안보이는 문제는 계속 발생하나요? 저는 잘 보여서..ㅜㅜ
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍 수고하셨습니다!
👀 관련 이슈
#103
✨ 작업한 내용
🌀 PR Point
수정할 부분이 있거나 더 좋은 방법이 있으면 알려주세요!
🍰 참고사항
📷 스크린샷 또는 GIF