Lesson 10 : Error in LotteryEntrance.js #2920
Replies: 2 comments 1 reply
-
import { useWeb3Contract } from "react-moralis" export default function LotteryEntrance() {
} |
Beta Was this translation helpful? Give feedback.
-
As Ali pointed out, first go through the discussions; you will certainly find multiple answers. If thoroughly going through them does not resolve your issue, please reply w/ the GitHub repo and we will look into it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
**Unhandled Runtime Error
TypeError: Cannot read properties of undefined (reading 'toString')
Source
components/LotteryEntrance.js (28:69) @ eval
26 | if (isWeb3Enabled) {
27 | async function updateUI() {
Unhandled Runtime Error
TypeError: Cannot read properties of undefined (reading 'toString')
Beta Was this translation helpful? Give feedback.
All reactions