We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 073ba10 commit f763045Copy full SHA for f763045
packages/react-calendar/src/Calendar.tsx
@@ -43,7 +43,7 @@ import WeekView from './WeekView.js';
43
44
const baseClassName = 'react-calendar';
45
const allViews = ['century', 'decade', 'year', 'month', 'week'] as const;
46
-const allValueTypes = ['decade', 'year', 'month', 'week', 'day'] as const;
+const allValueTypes = ['decade', 'year', 'month', 'day', 'day'] as const;
47
48
const defaultMinDate = new Date();
49
defaultMinDate.setFullYear(1, 0, 1);
0 commit comments