-
Notifications
You must be signed in to change notification settings - Fork 5
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] - 메인페이지 modal css 깨짐 및 modal, drawer 애니메이션 적용 안되던 이슈 수정 #567
Conversation
Test Results11 tests 11 ✅ 14s ⏱️ Results for commit 4d13007. ♻️ This comment has been updated with latest results. |
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.
작업 고생 많으셨습니다 리버!!
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.
고생하셨습니다 리버 수정 사항 하나 남겨놨어요!
참고 바랍니다
} | ||
|
||
const useUnmountAnimation = ({ isOpen, animationDuration = 300 }: useUnmountAnimationProps) => { | ||
const [shouldRender, setShouldRender] = useState(false); |
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.
should의 경우 테스트 코드에서 주로 사용되는 접두사라네요! boolean 속성의 경우는 is, has, can 정도로 알고있습니다. 해당 부분 수정이 필요해보입니다. isRendered 정도면 적당해 보이는데 어떻게 생각하시나요?
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.
오 그런게 있군요! 좋네요 수정하겠습니다!
- 페이지 이동할 때 마다 ovelay가 보였다가 안보이는 이슈가 있어서 수정
✅ 작업 내용
📸 스크린샷
🙈 참고 사항