시간 validate가 내가 선택한 시간을 반영하지 않는 문제 수정 #539
Merged
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.
PR의 목적이 무엇인가요?
현재 모임 수정하기 페이지에서 날짜가 언제인든 시간이 현재 날짜 기준으로
validate가 되어서 시간 설정에 문제가 발생
이를 해결하기위해 시간 validate에 Date도 props로 넘겨 받음
이슈 ID는 무엇인가요?
설명
시간만 설정일 경우 에러가 발생하지 않음
이전 시간을 선택 시, 에러가 발생함
질문 혹은 공유 사항 (Optional)
LabeledInput에 대한 시간에 대한 validateFun이 날짜에 의존하게 되어 구현이 어려웠습니다. 일단 해결하기는 하였으나 코드가 유지보수성이 떨어진다고 생각이 듭니다. 이를 어떻게 해결할 수 있을지 고민입니다. 좋은 아이디어가 있을까요?