File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ export default function Days(props) {
73
73
}
74
74
75
75
Days . propTypes = {
76
- calendarType : isCalendarType . isRequired ,
76
+ calendarType : isCalendarType ,
77
77
showFixedNumberOfWeeks : PropTypes . bool ,
78
78
showNeighboringMonth : PropTypes . bool ,
79
79
...tileGroupProps ,
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ export default function WeekNumbers(props) {
61
61
62
62
WeekNumbers . propTypes = {
63
63
activeStartDate : PropTypes . instanceOf ( Date ) . isRequired ,
64
- calendarType : isCalendarType . isRequired ,
64
+ calendarType : isCalendarType ,
65
65
onClickWeekNumber : PropTypes . func ,
66
66
onMouseLeave : PropTypes . func ,
67
67
showFixedNumberOfWeeks : PropTypes . bool ,
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ export default function Weekdays(props) {
64
64
}
65
65
66
66
Weekdays . propTypes = {
67
- calendarType : isCalendarType . isRequired ,
67
+ calendarType : isCalendarType ,
68
68
formatShortWeekday : PropTypes . func ,
69
69
formatWeekday : PropTypes . func ,
70
70
locale : PropTypes . string ,
You can’t perform that action at this time.
0 commit comments