@matchain/matchid-sdk-react 0.1.48-alpha.3 → 0.1.48-alpha.4
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/{chunk-V3WGYFWQ.mjs → chunk-546GCDLV.mjs} +2 -2
- package/dist/chunk-546GCDLV.mjs.map +1 -0
- package/dist/{chunk-LPQROHSB.mjs → chunk-UTCHBVMG.mjs} +2 -2
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +1 -1
- package/dist/hooks/api/index.js.map +1 -1
- package/dist/hooks/api/index.mjs +2 -2
- package/dist/hooks/index.js +1 -1
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
- package/dist/chunk-V3WGYFWQ.mjs.map +0 -1
- /package/dist/{chunk-LPQROHSB.mjs.map → chunk-UTCHBVMG.mjs.map} +0 -0
package/dist/hooks/api/index.mjs
CHANGED
|
@@ -2,11 +2,11 @@ import {
|
|
|
2
2
|
bind_exports,
|
|
3
3
|
poh_exports,
|
|
4
4
|
user_exports
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-UTCHBVMG.mjs";
|
|
6
6
|
import {
|
|
7
7
|
isSuccess,
|
|
8
8
|
wallet_exports
|
|
9
|
-
} from "../../chunk-
|
|
9
|
+
} from "../../chunk-546GCDLV.mjs";
|
|
10
10
|
import "../../chunk-UA6XHZHX.mjs";
|
|
11
11
|
import "../../chunk-LNSJ3ZXG.mjs";
|
|
12
12
|
import "../../chunk-A5D3NKTK.mjs";
|
package/dist/hooks/index.js
CHANGED
|
@@ -1580,7 +1580,7 @@ function useMatchWalletRecords({
|
|
|
1580
1580
|
const [hasMore, setHasMore] = (0, import_react33.useState)(true);
|
|
1581
1581
|
const [items, setItems] = (0, import_react33.useState)([]);
|
|
1582
1582
|
const { chainId } = useMatchChain();
|
|
1583
|
-
const chainIdStr = chainId.toString()
|
|
1583
|
+
const chainIdStr = chainId ? chainId.toString() : "";
|
|
1584
1584
|
const fetchMoreData = async () => {
|
|
1585
1585
|
if (!hasMore) {
|
|
1586
1586
|
return;
|