Closed
Description
This line gets transpiled to Math.pow
by the default settings of create-react-app
which means you end up doing Math.pow(BigInt(2), BigInt(64))
which fails with Uncaught TypeError: Cannot convert a BigInt value to a number
Metadata
Metadata
Assignees
Labels
No labels