x-ui-design 0.7.23 → 0.7.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.esm.js CHANGED
@@ -2348,7 +2348,6 @@ const RangePicker = ({
2348
2348
  return () => document.removeEventListener('mousedown', handleClickOutside);
2349
2349
  }, []);
2350
2350
  const handleSelect = date => {
2351
- debugger;
2352
2351
  if (!selectedDates[0] || selectedDates[0] && selectedDates[1]) {
2353
2352
  setSelectedDates([date, null]);
2354
2353
  onCalendarChange?.([date.toUTCString(), undefined], [formatDate(date)], {});