@matchain/matchid-sdk-react 0.1.42-alpha.7 → 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";
@@ -4280,9 +4280,7 @@ var MatchProvider = ({
4280
4280
  theme = "light",
4281
4281
  endpoints,
4282
4282
  locale,
4283
- wallet = {
4284
- type: "UserPasscode"
4285
- }
4283
+ wallet
4286
4284
  }) => {
4287
4285
  const { login, endpoints: realEndPoints, locale: realLocale } = useInit({
4288
4286
  theme,
@@ -4299,24 +4297,6 @@ var MatchProvider = ({
4299
4297
  locale,
4300
4298
  wallet
4301
4299
  });
4302
- useEffect21(() => {
4303
- console.log("appid", appid);
4304
- }, [appid]);
4305
- useEffect21(() => {
4306
- console.log("events", events);
4307
- }, [events]);
4308
- useEffect21(() => {
4309
- console.log("theme", theme);
4310
- }, [theme]);
4311
- useEffect21(() => {
4312
- console.log("endpoints", endpoints);
4313
- }, [endpoints]);
4314
- useEffect21(() => {
4315
- console.log("locale", locale);
4316
- }, [locale]);
4317
- useEffect21(() => {
4318
- console.log("wallet", wallet);
4319
- }, [wallet]);
4320
4300
  useWalletInit({
4321
4301
  config: wallet
4322
4302
  });
@@ -4676,4 +4656,4 @@ export {
4676
4656
  MatchProvider,
4677
4657
  useMatch
4678
4658
  };
4679
- //# sourceMappingURL=chunk-3IT55D2W.mjs.map
4659
+ //# sourceMappingURL=chunk-HXXIG4ZO.mjs.map