-
Describe the bug Reproduction steps Environment:
|
Beta Was this translation helpful? Give feedback.
Answered by
ricmoo
Sep 1, 2021
Replies: 2 comments 7 replies
-
That number is too big to use Check out this section in the docs for more information. :) |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
ricmoo
-
BigInt 包一下就好了 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That number is too big to use
.toNumber()
on as it exceeds the 53-bits JavaScript IEEE754 number allows.Check out this section in the docs for more information. :)