-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hi,
Unfortunately, I fell in that situation :
activity-graph/src/activity-graph.js
Line 171 in a297b7c
| throw new Error('TODO'); |
dayStart is undefined, because dates.find((d) => d.year === year && d.month === month && d.weekday === 0) is undefined. This find is looking for a date where year === 2025, month === 7 and weekday === 0, which actually, if I'm right, is in the future from now (Tuesday 2025-07-01).
Is there any workaround for that issue ?
Thanks,
Laurent
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels