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.
Files changed (2) hide show
  1. package/dist/index.js +5 -5
  2. 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(), await new Promise((C) => {
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();
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "master-components-react",
3
3
  "private": false,
4
- "version": "4.3.24",
4
+ "version": "4.3.25",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",