@mx-cartographer/experiences 7.2.15-alpha.sms32 → 7.2.15-alpha.sms33
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/common/index.es.js +1 -1
- package/package.json +1 -1
package/dist/common/index.es.js
CHANGED
|
@@ -1219,7 +1219,7 @@ class ts {
|
|
|
1219
1219
|
getTransactionStoreSnapshot = () => this.transactionStore;
|
|
1220
1220
|
// emits change triggered in the autorun
|
|
1221
1221
|
emitChange = (t) => {
|
|
1222
|
-
this.onStoreUpdate?.(t);
|
|
1222
|
+
console.log("emitted change", t), this.onStoreUpdate?.(t);
|
|
1223
1223
|
};
|
|
1224
1224
|
loadData = async ({
|
|
1225
1225
|
accounts: t,
|