Web3 version ^4 not working properly with react-app #6405
devlord123
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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