@apexcura/ui-components 0.0.15-Beta19 → 0.0.15-Beta20

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.mjs CHANGED
@@ -92127,7 +92127,7 @@ var import_customParseFormat2 = __toESM(require_customParseFormat());
92127
92127
  import moment from "moment";
92128
92128
  import_dayjs3.default.extend(import_customParseFormat2.default);
92129
92129
  var DatePickerElement = (props) => {
92130
- const [dateState, setDateState] = (0, import_react151.useState)(null);
92130
+ const [dateState, setDateState] = (0, import_react151.useState)("");
92131
92131
  const handleChange = (date4, dateString) => {
92132
92132
  if (date4) {
92133
92133
  setDateState(date4);