-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature/#82 커리큘럼 편집 모달창 구현 #208
The head ref may contain hidden characters: "feature/#82-\uCEE4\uB9AC\uD058\uB7FC_\uD3B8\uC9D1_\uBAA8\uB2EC\uCC3D_\uAD6C\uD604"
Conversation
…into feature/#82-커리큘럼_편집_모달창_구현
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.
👍
주석은 지우는게 좋아보입니다!
|
||
export default CurriculumCard; | ||
|
||
// 'use client'; |
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.
수고하셨습니다.
}; | ||
|
||
return ( | ||
<Flex key={id.toString()} align="center" gap="4" px="4"> |
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.
이거 혹시 왜 string을 붙이신 걸까요?
key={id}
해도 괜찮을 것 같습니다
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.
핫핫! 감사합니다!!
…into feature/#82-커리큘럼_편집_모달창_구현
<IconButton | ||
color="white" | ||
bg="green_dark" | ||
_hover={{ bg: 'green_dark' }} | ||
aria-label="" | ||
icon={<BiArrowBack />} | ||
onClick={onActionModalOpen} | ||
size="icon_sm" | ||
/> |
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.
바꿨습니닷..!
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.
👍
관련 이슈
작업 요약
작업 상세 설명
해당 링크를 봤을때, 라이브러리 개발자쪽에서 수정을 해야하는 것 같습니다! 해당 레포에서도, 이슈에 고쳐달라!라고 적혀져 있더라구요.
그래서 임시방편으로 해당 코드를 적어주면, 워닝은 뜨지 않더라구요! ([참고링크] (Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead. at {Component} recharts/recharts#3615))
리뷰 요구 사항
미리 보기