Skip to content
This repository was archived by the owner on Jun 9, 2023. It is now read-only.

daysOfWeek array of String - Duplicated key if using ['M', 'T', 'W', 'T']Β #90

@fidalgodev

Description

@fidalgodev

If you use an array of string for the days of the week like this:

daysOfWeek={['M', 'T', 'W', 'T', 'F', 'S', 'S']}

The package will use duplicated keys and bug when clicking on days... Maybe instead of using the values of the array for the keys, use the index of the value?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions