We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a43efe commit c0f0fa3Copy full SHA for c0f0fa3
src/components/DaySelector.tsx
@@ -10,7 +10,7 @@ const DaySelector = () => {
10
const days = useMemo(
11
() => utils.getMonthDays(currentDate),
12
// eslint-disable-next-line react-hooks/exhaustive-deps
13
- [month, year]
+ [month, year, utils.displayFullDays]
14
);
15
16
const handleSelectDate = (date: string) => {
0 commit comments