@iclips/ui 1.2.22 → 1.2.23
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -51945,7 +51945,7 @@ function yD({
|
|
|
51945
51945
|
() => e.find((D) => D.value === t),
|
|
51946
51946
|
[e, t]
|
|
51947
51947
|
), I = T.useMemo(
|
|
51948
|
-
() => y ? e.find((D) => D.value === y) : null,
|
|
51948
|
+
() => y != null ? e.find((D) => D.value === y) : null,
|
|
51949
51949
|
[e, y]
|
|
51950
51950
|
), A = T.useCallback(
|
|
51951
51951
|
(D) => {
|