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
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?
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?