-
Notifications
You must be signed in to change notification settings - Fork 4
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
[Fix/#320] 자잘한 스타일링, 라이팅 변경 #327
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생 많으셨습니다. 몇가지 반영 고려해보시고 머지해주세요!
@@ -9,10 +9,11 @@ interface ValueProps { | |||
value: string; | |||
setValue: (e: React.ChangeEvent<HTMLInputElement>) => void; | |||
resetValue: () => void; | |||
max: number; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
p3) input의 최대 길이를 나타내는 props가 맞다면 maxLength 네이밍을 고려해보셔도 좋을 것 같습니다!
@@ -44,6 +40,7 @@ function SetHostInfo({ meetingInfo, setMeetingInfo, setStep }: FunnelProps) { | |||
} | |||
}; | |||
|
|||
console.log(meetingInfo.password.length); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
p3) console 이 자주 올라오진 않지만! eslint 옵션중 console 에러로 인식하도록 변경하는거 어떠신가요?? 이 부분 이번주 회의 때 얘기해보면 좋겠습니다!
🌀 해당 이슈 번호
🔹 어떤 것을 변경했나요?
🔹 어떻게 구현했나요?
🔹 PR 포인트를 알려주세요!
현재 바로 적용 불가한 사항
🔹 스크린샷을 남겨주세요!