Skip to content

Lesson 8 - connect() not working #2814

Answered by krakxn
ghost asked this question in Q&A
Sep 23, 2022 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

The mistake lies here,

<button id=""connectButton" onClick="connect()">Connect Wallet</button>

it should be this instead:

- <button id=""connectButton" onClick="connect()">Connect Wallet</button>
+ <button id=""connectButton" onclick="connect()">Connect Wallet</button>

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ghost
Comment options

@krakxn
Comment options

Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant