Skip to content

Error Thrown : TODO #11

@lcallarec

Description

@lcallarec

Hi,

Unfortunately, I fell in that situation :

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions