We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00dff01 commit f766921Copy full SHA for f766921
packages/datepickers/src/DatepickerRange/utils/datepicker-range-reducer.ts
@@ -238,7 +238,6 @@ export const datepickerRangeReducer = ({
238
};
239
}
240
case 'CLICK_DATE':
241
- // console.log(state.isStartFocused, state.isEndFocused);
242
if (state.isStartFocused) {
243
if (endValue !== undefined && isBefore(action.value, endValue)) {
244
onChange && onChange({ startValue: action.value, endValue });
0 commit comments