@gisce/react-ooui 1.2.0-rc.52 → 1.2.0-rc.53

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.
@@ -24774,8 +24774,10 @@ const DatePickerConfig = {
24774
24774
  readOnly: s
24775
24775
  } = n, u = t == null ? void 0 : t.split(","), [l, c] = useState$1([]), [d, f] = useState$1();
24776
24776
  return useEffect(() => {
24777
- if (!t)
24777
+ if (!t) {
24778
+ f(void 0), c([]);
24778
24779
  return;
24780
+ }
24779
24781
  const p = t && u && u[0], v = t && u && u[1] && parseInt(u[1]);
24780
24782
  c([v, void 0]), f(p);
24781
24783
  }, [t]), /* @__PURE__ */ jsxs(Row, {