@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.
@@ -1297,7 +1297,7 @@ function useMatchWalletRecords({
1297
1297
  const [hasMore, setHasMore] = useState7(true);
1298
1298
  const [items, setItems] = useState7([]);
1299
1299
  const { chainId } = useMatchChain();
1300
- const chainIdStr = chainId.toString() || "";
1300
+ const chainIdStr = chainId ? chainId.toString() : "";
1301
1301
  const fetchMoreData = async () => {
1302
1302
  if (!hasMore) {
1303
1303
  return;
@@ -4740,4 +4740,4 @@ export {
4740
4740
  MatchProvider,
4741
4741
  useMatch
4742
4742
  };
4743
- //# sourceMappingURL=chunk-V3WGYFWQ.mjs.map
4743
+ //# sourceMappingURL=chunk-546GCDLV.mjs.map