master-components-react 4.3.24 → 4.3.25
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 +5 -5
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -867,17 +867,17 @@ const wr = ({ loadingColor: r }) => /* @__PURE__ */ i(
|
|
|
867
867
|
if (Z && typeof Z == "function") {
|
|
868
868
|
Se(!0);
|
|
869
869
|
try {
|
|
870
|
-
await Z()
|
|
870
|
+
await Z();
|
|
871
|
+
} catch (C) {
|
|
872
|
+
console.error("Error loading dropdown data:", C);
|
|
873
|
+
} finally {
|
|
874
|
+
Se(!1), await new Promise((C) => {
|
|
871
875
|
requestAnimationFrame(() => {
|
|
872
876
|
requestAnimationFrame(() => {
|
|
873
877
|
C();
|
|
874
878
|
});
|
|
875
879
|
});
|
|
876
880
|
});
|
|
877
|
-
} catch (C) {
|
|
878
|
-
console.error("Error loading dropdown data:", C);
|
|
879
|
-
} finally {
|
|
880
|
-
Se(!1);
|
|
881
881
|
}
|
|
882
882
|
}
|
|
883
883
|
Ee((C) => !C), Qe();
|