You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 9, 2023. It is now read-only.
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?