@matchain/matchid-sdk-react 0.1.42-alpha.8 → 0.1.42-alpha.9
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-FXRUBZOM.mjs → chunk-HXXIG4ZO.mjs} +3 -23
- package/dist/chunk-HXXIG4ZO.mjs.map +1 -0
- package/dist/{chunk-NFWID5ZW.mjs → chunk-KU726GST.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.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -21
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
- package/dist/chunk-FXRUBZOM.mjs.map +0 -1
- /package/dist/{chunk-NFWID5ZW.mjs.map → chunk-KU726GST.mjs.map} +0 -0
|
@@ -387,7 +387,7 @@ var toBindWalletApi = ({
|
|
|
387
387
|
};
|
|
388
388
|
|
|
389
389
|
// src/MatchContext.tsx
|
|
390
|
-
import { createContext, useContext
|
|
390
|
+
import { createContext, useContext } from "react";
|
|
391
391
|
|
|
392
392
|
// src/context/BusinessProvider.tsx
|
|
393
393
|
import { useEffect as useEffect17 } from "react";
|
|
@@ -4297,28 +4297,8 @@ var MatchProvider = ({
|
|
|
4297
4297
|
locale,
|
|
4298
4298
|
wallet
|
|
4299
4299
|
});
|
|
4300
|
-
useEffect21(() => {
|
|
4301
|
-
console.log("appid", appid);
|
|
4302
|
-
}, [appid]);
|
|
4303
|
-
useEffect21(() => {
|
|
4304
|
-
console.log("events", events);
|
|
4305
|
-
}, [events]);
|
|
4306
|
-
useEffect21(() => {
|
|
4307
|
-
console.log("theme", theme);
|
|
4308
|
-
}, [theme]);
|
|
4309
|
-
useEffect21(() => {
|
|
4310
|
-
console.log("endpoints", endpoints);
|
|
4311
|
-
}, [endpoints]);
|
|
4312
|
-
useEffect21(() => {
|
|
4313
|
-
console.log("locale", locale);
|
|
4314
|
-
}, [locale]);
|
|
4315
|
-
useEffect21(() => {
|
|
4316
|
-
console.log("wallet", wallet);
|
|
4317
|
-
}, [wallet]);
|
|
4318
4300
|
useWalletInit({
|
|
4319
|
-
config: wallet
|
|
4320
|
-
type: "UserPasscode"
|
|
4321
|
-
}
|
|
4301
|
+
config: wallet
|
|
4322
4302
|
});
|
|
4323
4303
|
return /* @__PURE__ */ jsx31(IntlProvider, { locale: realLocale, messages: messages[realLocale], children: /* @__PURE__ */ jsx31(QueryClientProvider, { client: queryClient, children: /* @__PURE__ */ jsx31(
|
|
4324
4304
|
MatchContext.Provider,
|
|
@@ -4676,4 +4656,4 @@ export {
|
|
|
4676
4656
|
MatchProvider,
|
|
4677
4657
|
useMatch
|
|
4678
4658
|
};
|
|
4679
|
-
//# sourceMappingURL=chunk-
|
|
4659
|
+
//# sourceMappingURL=chunk-HXXIG4ZO.mjs.map
|