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

다른 시청 페이지로 이동 시 기존 채팅 리스트가 그대로 남아있는 버그 #305

Open
WilleLee opened this issue Nov 27, 2024 · 1 comment
Assignees
Labels
bug 🐞 버그 수정 feature ✨ 기능 개발

Comments

@WilleLee
Copy link
Collaborator

🌈 인수 조건

다른 시청 페이지로 이동 시 채팅 리스트가 초기화된다.

@WilleLee WilleLee added bug 🐞 버그 수정 feature ✨ 기능 개발 labels Nov 27, 2024
@WilleLee
Copy link
Collaborator Author

이팩트 안에서 기존 chatList를 초기화해주니 해결되었다...

useEffect(() => {
    setIsSocketConnected(false);
    setChatList([]);
// ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐞 버그 수정 feature ✨ 기능 개발
Projects
None yet
Development

No branches or pull requests

2 participants