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
f662231
There is a problem which can result in negative rendering error (a negative display 0). code in webapp/packages/chat-sdk/src/utils
if (!/^[0-9.]+$/g.test(strValue)) { return '0'; }
code in webapp/packages/supersonic-fe/src/utils
if (!/^[0-9.]+$/g.test(str)) { return '0'; }
It can render negative exactly.
see [Bug] Negative percentage is formatted incorrectly and displayed as ZERO #1925
No response
The text was updated successfully, but these errors were encountered:
the same bug: [Bug] Negative percentage is formatted incorrectly and displayed as ZERO #1925
Sorry, something went wrong.
No branches or pull requests
Search before asking
Version
f662231
What's Wrong?
There is a problem which can result in negative rendering error (a negative display 0).
code in webapp/packages/chat-sdk/src/utils
code in webapp/packages/supersonic-fe/src/utils
What You Expected?
It can render negative exactly.
How to Reproduce?
see [Bug] Negative percentage is formatted incorrectly and displayed as ZERO #1925
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: