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
in App.js at async function getRatio , at variable definition let up = Number(results.attributes.up); VsCode does not throw any error but in my console Iam getting uncaugh in promise error cannot read property of undefined( reading attributes ) , i cleared my code and used yours on Github trying to fix it but i get the same error . How to fix it ? It makes my app freeze( no up or down or connect wallet button is working ) but votes update when i vote on etherscan
The text was updated successfully, but these errors were encountered:
in App.js at async function getRatio , at variable definition let up = Number(results.attributes.up); VsCode does not throw any error but in my console Iam getting uncaugh in promise error cannot read property of undefined( reading attributes ) , i cleared my code and used yours on Github trying to fix it but i get the same error . How to fix it ? It makes my app freeze( no up or down or connect wallet button is working ) but votes update when i vote on etherscan
The text was updated successfully, but these errors were encountered: