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) {
7373}
7474
7575Days . propTypes = {
76- calendarType : isCalendarType . isRequired ,
76+ calendarType : isCalendarType ,
7777 showFixedNumberOfWeeks : PropTypes . bool ,
7878 showNeighboringMonth : PropTypes . bool ,
7979 ...tileGroupProps ,
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ export default function WeekNumbers(props) {
6161
6262WeekNumbers . propTypes = {
6363 activeStartDate : PropTypes . instanceOf ( Date ) . isRequired ,
64- calendarType : isCalendarType . isRequired ,
64+ calendarType : isCalendarType ,
6565 onClickWeekNumber : PropTypes . func ,
6666 onMouseLeave : PropTypes . func ,
6767 showFixedNumberOfWeeks : PropTypes . bool ,
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ export default function Weekdays(props) {
6464}
6565
6666Weekdays . propTypes = {
67- calendarType : isCalendarType . isRequired ,
67+ calendarType : isCalendarType ,
6868 formatShortWeekday : PropTypes . func ,
6969 formatWeekday : PropTypes . func ,
7070 locale : PropTypes . string ,
You can’t perform that action at this time.
0 commit comments