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.
- package/dist/index.js +1 -1
- 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(() => {
|