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
TypeError: Cannot read properties of undefined (reading 'bind') at setDefaultSignOptions [...]
Turns out all other wallet's client.ts have this function and it's getter declared but Web3Auth has not and thus crashes on successful login through any social because the wallet cannot be configured right.
The text was updated successfully, but these errors were encountered:
TypeError: Cannot read properties of undefined (reading 'bind') at setDefaultSignOptions [...]
Turns out all other wallet's client.ts have this function and it's getter declared but Web3Auth has not and thus crashes on successful login through any social because the wallet cannot be configured right.
The text was updated successfully, but these errors were encountered: