You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The authentication function is commented out, and uncommenting it uncovers a compile error:
Argument of type '{ connector: WalletConnect; }' is not assignable to parameter of type 'AuthenticateOptions'. Object literal may only specify known properties, and 'connector' does not exist in type 'AuthenticateOptions'.ts(2345)
The authentication function is commented out, and uncommenting it uncovers a compile error:
Argument of type '{ connector: WalletConnect; }' is not assignable to parameter of type 'AuthenticateOptions'. Object literal may only specify known properties, and 'connector' does not exist in type 'AuthenticateOptions'.ts(2345)
demo-apps/react-native-boilerplate/frontend/App.tsx
Line 77 in d40d970
The text was updated successfully, but these errors were encountered: