@mx-cartographer/experiences 6.26.0-alpha.sms2 → 6.26.0-alpha.sms3

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.es.js CHANGED
@@ -4394,7 +4394,7 @@ class V_ {
4394
4394
  this.globalStore = n, this.api = new ri(n.endpoint, n.sessionToken), He(this);
4395
4395
  }
4396
4396
  loadBeats = async () => {
4397
- this.isLoading = !0;
4397
+ console.log("hit me from experiences"), this.isLoading = !0;
4398
4398
  const n = await this.api.getBeats(), a = (await this.api.getOffers()).map((o) => U_(o));
4399
4399
  Q(() => {
4400
4400
  this.beats = W_(n, a, "active_at", "desc"), this.isLoading = !1;