@matchain/matchid-sdk-react 0.1.42-alpha.7 → 0.1.42-alpha.8

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.
@@ -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,
@@ -4318,7 +4316,9 @@ var MatchProvider = ({
4318
4316
  console.log("wallet", wallet);
4319
4317
  }, [wallet]);
4320
4318
  useWalletInit({
4321
- config: wallet
4319
+ config: wallet || {
4320
+ type: "UserPasscode"
4321
+ }
4322
4322
  });
4323
4323
  return /* @__PURE__ */ jsx31(IntlProvider, { locale: realLocale, messages: messages[realLocale], children: /* @__PURE__ */ jsx31(QueryClientProvider, { client: queryClient, children: /* @__PURE__ */ jsx31(
4324
4324
  MatchContext.Provider,
@@ -4676,4 +4676,4 @@ export {
4676
4676
  MatchProvider,
4677
4677
  useMatch
4678
4678
  };
4679
- //# sourceMappingURL=chunk-3IT55D2W.mjs.map
4679
+ //# sourceMappingURL=chunk-FXRUBZOM.mjs.map