@matchain/matchid-sdk-react 0.1.40-alpha.1 → 0.1.40-alpha.2
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-R3JJJMNQ.mjs → chunk-3CHFSRD3.mjs} +2 -1
- package/dist/{chunk-R3JJJMNQ.mjs.map → chunk-3CHFSRD3.mjs.map} +1 -1
- package/dist/{chunk-OG7AO57N.mjs → chunk-6RESIJXV.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.map +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
- /package/dist/{chunk-OG7AO57N.mjs.map → chunk-6RESIJXV.mjs.map} +0 -0
|
@@ -2895,6 +2895,7 @@ function useWalletInit({
|
|
|
2895
2895
|
throw new Error("Wallet not found");
|
|
2896
2896
|
}
|
|
2897
2897
|
} catch (error) {
|
|
2898
|
+
console.error(`wallet init[${retry}/${times}]`, error);
|
|
2898
2899
|
if (times < retry) {
|
|
2899
2900
|
setTimeout(() => {
|
|
2900
2901
|
window.sendMatchWalletMessage(method, data, retry, times + 1);
|
|
@@ -3922,4 +3923,4 @@ export {
|
|
|
3922
3923
|
MatchProvider,
|
|
3923
3924
|
useMatch
|
|
3924
3925
|
};
|
|
3925
|
-
//# sourceMappingURL=chunk-
|
|
3926
|
+
//# sourceMappingURL=chunk-3CHFSRD3.mjs.map
|