Connect button in nextjs is not doing anything #6089
Unanswered
SamarthBagga
asked this question in
Q&A
Replies: 1 comment
-
change this <button onClick={async () => {await enableWeb3}}>Connect</button> to this <button onClick={enableWeb3}>Connect</button> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to make a connect button using the enableWeb3 from useMoralis hook. But the button is not doing anything-
Beta Was this translation helpful? Give feedback.
All reactions