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.
Summary
Describe your changes
Dev 서버에서 발견한 아래 버그를 해결하였습니다.
기존 사용하던
LeaderboardURLReader
,leaderboardArgsAtom
에 문제가 있어 삭제하였습니다.3b58309 커밋 본문 참고.
현재 Prod에도 올라가있는 리더보드 구현에서는 DateTemplate을 변경했을 때 굳이 Select를 다시 렌더링할 필요가 없음에도 다시 로딩하는 것을 확인할 수 있습니다. 또한, 에러가 떴을 때 Leaderboard SegmentedControl, PromoSelect 까지 사라질 필요가 없는데 현재 사라지고 있어서 해당 컴포넌트를
-Result
컴포넌트로 분리하여 해결하였습니다.420d7e2 커밋 참고.
Issue number and link