Error when trying to activate walletconnect with web3-react connector
See original GitHub issueHi guys ,
I followed the example and tried to activate web3-react walletconnect connector but i am facing an error below
walletconnect-connector.esm.js:238 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'connected')
currently i am using usedApp @ v0.10.1 with web3-react/walletconnect-connector @v.6.2.10 while the example is 0.10.0 and 6.2.4
Any idea? Thanks
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Connect to Wallet Connection with @web3-react ... - GitHub
Hi, I made connection with Wallet Connection with code bellow but I get error is Cannot read properties of undefined (reading 'connected').
Read more >[SOLVED] Wallet Connect not working (React) - Moralis Forum
The error from the screenshot is not related to walletconnect. If that error is breaking the app, try commenting the line with .get...
Read more >Web3-React: Walletconnect does not set active and account in ...
Having a balance in your accounts doesn't matter. Import error and setError from useWeb3React along with the others you're already importing.
Read more >@web3-react/core UnsupportedChainIdError JavaScript ...
The following examples show how to use @web3-react/core. ... PENDING) // if the connector is walletconnect and the user has already tried to...
Read more >@web3-react/walletconnect-connector - npm
Start using @web3-react/walletconnect-connector in your project by running `npm i @web3-react/walletconnect-connector`.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Also same problem.
If you fix your walletconnect version to 6.2.4 it works.
Update: 6.2.8 works, anything after that doesn’t. @ryanchanplc @FanManutd
i confirm it is
@web3-react/walletconnect-connector
version problem as @quagliero mention any version after 6.2.8 will not work.