Lesson 10 - web3uikit - ConnectButton module not found #1184
Replies: 3 comments 7 replies
-
Hello @benjbright can't thank you enough for sharing this. It works finally 👍 |
Beta Was this translation helpful? Give feedback.
-
There's an issue with latest version, you can refer this :- |
Beta Was this translation helpful? Give feedback.
-
in the newer version the button accidentally got renamed to from Billgil: For all web3 components like connect wallet, Native Balance, etc..... For all core components like button, input etc.. For all icons |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I had a problem running the web3uikit as kept getting an error message saying the
<ConnectButton />
module was not found.Looking at the web3uikit docs, the
yarn add web3uikit
method seems to have been updated toyarn add @web3uikit/core @web3uikit/web3 @web3uikit/icons
however I couldn't get this to work and kept running into error messages on installation no matter what I tried.This may just be a short term fix if older versions get deprecated, but the way I got the Connect Button working was as follows:
web3uikit
dependency in thepackage.json
file with"web3uikit": "^0.1.159"
as per Patrick's repoyarn install
yarn run dev
againThis seems to work and I now have the button functionality working as per the course.
If anyone more experienced has a better or more long term fix please let me know!
Beta Was this translation helpful? Give feedback.
All reactions