@mx-cartographer/experiences 6.26.0-alpha.sms1 → 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 +2 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
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;
|
|
@@ -24505,7 +24505,7 @@ class _4 {
|
|
|
24505
24505
|
transactionRules: s,
|
|
24506
24506
|
transactions: c
|
|
24507
24507
|
})
|
|
24508
|
-
]);
|
|
24508
|
+
]), this.globalUiStore.setInitialized(!0);
|
|
24509
24509
|
};
|
|
24510
24510
|
}
|
|
24511
24511
|
const Wa = ({
|