master-components-react 4.3.6 → 4.3.7

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2096,7 +2096,7 @@ const va = ({
2096
2096
  };
2097
2097
  return te(() => {
2098
2098
  if (c && ye.current.value === "") {
2099
- let ee = Array.isArray(c) ? { start: G(c[0], _), end: c.length > 1 ? G(c[1], _) : "" } : G(c, _).format(_);
2099
+ let ee = Array.isArray(c) ? { start: G(c[0], _), end: c.length > 1 && c[1] ? G(c[1], _) : "" } : G(c, _).format(_);
2100
2100
  ye.current.value = c, ye.current.state = !0, ee && E(ee, !1, !0);
2101
2101
  }
2102
2102
  }, []), te(() => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "master-components-react",
3
3
  "private": false,
4
- "version": "4.3.6",
4
+ "version": "4.3.7",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",