Lesson 8: Why did the connect() start to throw an error after we imported ethers? #2231
-
Before importing ethers // import { ethers } from "https://cdn.ethers.io/lib/ethers-5.2.esm.min.js" But after we imported the ethers, calling the functions no longer work, why is that? Uncaught ReferenceError: connect is not defined |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 11 replies
-
@nsawit show your app.js file code. |
Beta Was this translation helpful? Give feedback.
-
@nsawit : Copy paste your |
Beta Was this translation helpful? Give feedback.
-
@nsawit : In your Change this from : To : |
Beta Was this translation helpful? Give feedback.
@nsawit show your app.js file code.