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 has been 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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: