-
Notifications
You must be signed in to change notification settings - Fork 960
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unhandled Runtime Error - TypeError: setVisible is not a function (WalletMultiButton) #85
Comments
See the FAQ section on this topic: https://github.com/solana-labs/wallet-adapter/blob/master/FAQ.md#-is-undefined--uncaught-typeerror-cannot-destructure-property--uncaught-in-promise-walletnotconnectederror Also see the example code for how to set this up: https://github.com/solana-labs/wallet-adapter#setup You are missing the |
It's also worth noting that |
Wow I feel so dumb. Guess I just needed someone to tell me to check the context again! Sorry for taking your time! |
All good! I hope people read the instructions step by step but it is what it is 😅 |
Describe the bug
Currently clicking on the select wallet modal button returns setVisible is not a function in a nextjs app.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should allow me to select a wallet of my choice
Screenshots
The text was updated successfully, but these errors were encountered: