-
Notifications
You must be signed in to change notification settings - Fork 1
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
✨ 미션 선택 Bottom Sheet 연결 #118
Conversation
# Conflicts: # src/app/select/MissionRegistration.tsx
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
const useToggle = (initialValue?: boolean): Return => { | ||
const [value, setValue] = useState(initialValue ?? false); | ||
|
||
const setTrue = useCallback(() => { |
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.
혹시 useCallback으로 하지 않아도 될것 같은데
설정해주신 이유가 궁금해요!
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.
복붙했어요..
뻴까요?
{required && <span className={asterisk}>*</span>} | ||
{required && <span className={asterisk}> *</span>} |
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.
이 부분은 오타인거겠죠?? 제가 뷰 구현하다 실수한 부분같아요 죄송합니다ㅠ_ㅠ
🎉 변경 사항
🙏 여기는 꼭 봐주세요!
🌄 스크린샷
📚 참고