Skip to content

Conversation

@alsgud8311
Copy link
Collaborator

작업내용

  • 음성 파일 요청 관련 처리해서 finally가 먹히지 않던 문제를 수정했습니다.
    • nodelistProvider에서 updateLoadingStatus함수를 내려주지 않고 있어서 에러때문에 막힌 것으로 확인되었습니다.
  • 음성 파일을 초기화시켜도 제대로 반영되지 않던 문제를 해결했습니다.
  • 상태만 바뀌었을 때는 input의 경우 현재 자신이 가지고 있던 파일을 알고 있기 때문에 Input에 대한 전반적인 리렌더링이 일어나지 않으면 기존의 파일 정보를 기억하게 되었습니다.
    • 이를 해결하기 위해 key값을 상태로 두고 파일과 상태 값을 동시에 업데이트 시켜 리렌더링을 강제시켰습니다.

@alsgud8311 alsgud8311 added the 🎨 FE 프론트엔드 관련 feature를 다룹니다 label Dec 3, 2024
@alsgud8311 alsgud8311 self-assigned this Dec 3, 2024
Copy link
Collaborator

@Minju9187 Minju9187 left a comment

Choose a reason for hiding this comment

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

고생하셨습니다!!

@alsgud8311 alsgud8311 merged commit 2db0b7b into dev Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🎨 FE 프론트엔드 관련 feature를 다룹니다

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants