Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🤔 어떤 문제가 발생했나요?
전달되지 않은 props가 있었습니다.
예를 들어 영법별 기록의 바퀴 수를 4개 입력했던 기록에서 -> 영법별 기록의 미터 수를 3개 입력으로 수정 후 -> 다시 수정 페이지로 접근하여 보면 처음의 바퀴 수 기록이 일부 남아있는 버그가 있었습니다.
🎉 어떻게 해결했나요?
props를 전달해주었습니다
gcTime을 0으로 설정해주어 캐시된 데이터가 미리 보여짐으로써 useEffect가 두번 실행되는 현상을 수정하였습니다.
📷 이미지 첨부 (Option)