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 May 19, 2025. It is now read-only.
Describe your issue here.
Date range startDate and endDate are null but all dates are highlighted with the selected date color
This is a bit confusing to users all dates are in the selected color but my start and dates are null const [state, setState] = useState([ { startDate: null, endDate: null, key: 'due', } ]);
[BUG] Bug Reproduce Steps
When start and end date are null
Tell us how to reproduce this issue.
[BUG] Expected behavior
If dates are not yet selected no need to highlight all dates