-
Notifications
You must be signed in to change notification settings - Fork 9
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
[Chat refactor] 채팅의 default 네브바와 input ui를 추가합니다. #2982
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## epic/chat-refactor #2982 +/- ##
======================================================
- Coverage 12.17% 12.08% -0.10%
======================================================
Files 687 690 +3
Lines 36212 36482 +270
Branches 8941 9007 +66
======================================================
Hits 4410 4410
- Misses 31795 32065 +270
Partials 7 7
☔ View full report in Codecov by Sentry. |
실시간 렌더링 변화를 감지하지 못했던 문제는 어떤 경우였을까요?? 인풋창이 UI가 변경되어야 하는데 변경이 안되거나 하는 이슈였을까요?? |
기존의 ChatContainer 컴포넌트에서 Container와 Input을 prop으로 받아 렌더링할 때 요런 문제가 있었습니다😂 |
저런 이슈가 있었군요... 😱 이해했습니다 ㅜㅜ |
PR 설명
[Chat Refactor]
기존 ChatContainer에서 navbar와 input을 prop으로 받아 렌더링하는 방식은 실시간 렌더링 변화를 감지하지 못했던 문제가 있었습니다. ChatContainer를 제거하면서 default navbar와 input의 UI를 별도로 제공합니다. 각 프로젝트 상황에 따라 해당 UI를 사용하지 않을 수 있습니다.
변경 내역