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
Hi! Has anyone found a workaround for this issue?
I have an inline date picker and custom buttons added. <button onClick={getThisWeekRange}> {t('thisWeek')} </button> const getThisWeekRange = () => { setStartDate(startOfWeek(currentDay, [])); setEndDate(endOfToday()); }
If a previous month is opened and I click this button, the range is set correctly, but I still see that month.
I want to refresh the date picker in order to see the month of 'this week'