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
{{ message }}
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
I was working on an app with react and web3, everything was working fine until after deployment of app. I started getting some BigInt error from web3 converter.ts file... thereby crashing the whole app down. Please hpw can i fix this issue???
below is the error been console logged
Uncaught TypeError: Cannot convert a BigInt value to a number
at Math.pow ()
at lo (converters.ts:40:29)
at converters.ts:47:8
at index.js:17:1
at index.js:17:1
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I was working on an app with react and web3, everything was working fine until after deployment of app. I started getting some BigInt error from web3 converter.ts file... thereby crashing the whole app down. Please hpw can i fix this issue???
below is the error been console logged
Uncaught TypeError: Cannot convert a BigInt value to a number
at Math.pow ()
at lo (converters.ts:40:29)
at converters.ts:47:8
at index.js:17:1
at index.js:17:1
Beta Was this translation helpful? Give feedback.
All reactions