simple-react-calendar icon indicating copy to clipboard operation
simple-react-calendar copied to clipboard

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

Open fidalgodev opened this issue 6 years ago • 0 comments

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?

fidalgodev avatar Aug 30 '19 10:08 fidalgodev