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

[FE] fix: 칸반보드의 라벨이 계속 늘어나는 문제 해결 #216

Merged
merged 1 commit into from
Sep 19, 2024

Conversation

2yunseong
Copy link
Collaborator

주요 변경사항

  • list를 렌더링하는데 중복이 될 수 있는 값을 key로 사용해, 재조정 알고리즘이 꼬이는 문제를 해결하였습니다.

🔨🔨🔨🔨🔨🔨 💥

리뷰어에게...

  • 빠르게 머지 부탁해용~

관련 이슈

@2yunseong 2yunseong added the bug 버그 리포트, 버그 제보, 정상적인 기능 수행을 하지 못하는 경우 label Sep 18, 2024
@2yunseong 2yunseong self-assigned this Sep 18, 2024
Comment on lines -54 to -55
generation={generation}
key={label.name}
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

누가... 이름을 Key로 쓰나?! 🔨🔨

Copy link
Collaborator

Choose a reason for hiding this comment

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

흐흠....흐흠.....ㅋㅋㅋㅋ 죄송합니다

Copy link
Collaborator

@geongyu09 geongyu09 left a comment

Choose a reason for hiding this comment

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

좋습니다! 빠른 수정 감사합니다!

Copy link
Collaborator

@smb0123 smb0123 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 -54 to -55
generation={generation}
key={label.name}
Copy link
Collaborator

Choose a reason for hiding this comment

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

흐흠....흐흠.....ㅋㅋㅋㅋ 죄송합니다

@2yunseong 2yunseong merged commit c5e1bd7 into main Sep 19, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 버그 리포트, 버그 제보, 정상적인 기능 수행을 하지 못하는 경우
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FE] bug: 칸반보드의 라벨이 계속 늘어나는 문제
4 participants