You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//console
app.js:42 Uncaught (in promise) TypeError: Cannot read property 'accounts' of undefined
at Object.loadAccount (app.js:42)
at Object.load (app.js:9)
The text was updated successfully, but these errors were encountered:
@shwetha-pingala that s reason it s better to add new branch for last updates on diffirents tools like metamask @i-likekapil use this line and u will get solution
//app.js
loadAccount: async ()=>{
App.account = web3.eth.accounts[0] // line no. 42
console.log(App.account)
}
//console
app.js:42 Uncaught (in promise) TypeError: Cannot read property 'accounts' of undefined
at Object.loadAccount (app.js:42)
at Object.load (app.js:9)
The text was updated successfully, but these errors were encountered: