Replies: 1 comment
-
Another approach is to display only the exceeding bit without showing the calculated maximum value, thus avoiding the use of |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I have encountered the same issue
It reveals that
**
will be transformed toMath.pow
with the browserslist config:However,
Math.pow
does not yet support the BigInt argument which leads to the issue.I think it is better to mention it on https://viem.sh/docs/compatibility.html and tell developers to update the browserslist config in their projects.
Beta Was this translation helpful? Give feedback.
All reactions