-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
Description
🐛 Issue
[ Feat ] 학생회비 납부자 페이지 구현 #32
🐝 버그 발생 부분
interface TableComponentProps {
data: Invoice[];
showCheckboxes?: boolean; // 고민이에요... ESLint: propType "handleDelete" is not required, but has no corresponding defaultProps declaration 에러가 뜸
이런 문제가 생겨서 defaultProps 를 추가하는 방식을 사용하여 해결하던 상태였습니다.
📝 To-do
"react/require-default-props": "off"
해당 속성을 변경하고자 합니다.