@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.
@@ -387,7 +387,7 @@ var toBindWalletApi = ({
387
387
  };
388
388
 
389
389
  // src/MatchContext.tsx
390
- import { createContext, useContext, useEffect as useEffect21 } from "react";
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-FXRUBZOM.mjs.map
4659
+ //# sourceMappingURL=chunk-HXXIG4ZO.mjs.map