We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
n/a
On the swap RGas dialog on grow.rooch, I enter a number with a lot of zeros (e.g. 0,000001).
The site crashes (turns white) with this error in the browser console:
117-a4bea2e1ac79b24d.js:1 RangeError: The number 1000.0000000000001 cannot be converted to a BigInt because it is not an integer at BigInt ()
The website should not crash.
The text was updated successfully, but these errors were encountered:
wow-sven
No branches or pull requests
Rooch version
n/a
What did you do?
On the swap RGas dialog on grow.rooch, I enter a number with a lot of zeros (e.g. 0,000001).
What did you see happen?
The site crashes (turns white) with this error in the browser console:
117-a4bea2e1ac79b24d.js:1 RangeError: The number 1000.0000000000001 cannot be converted to a BigInt because it is not an integer
at BigInt ()
What did you expect to see?
The website should not crash.
The text was updated successfully, but these errors were encountered: