sm-click-library-ui 0.0.85 → 0.0.87

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.
@@ -13257,7 +13257,8 @@ const D1 = {
13257
13257
  }
13258
13258
  });
13259
13259
  function _y() {
13260
- if (!Cl())
13260
+ const e = Cl();
13261
+ if (console.log("Pinia status:", e), !e)
13261
13262
  throw new Error("Pinia is not active. Ensure that Pinia is initialized in the parent app.");
13262
13263
  return by();
13263
13264
  }