-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
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
Fix: Resource Number displays an infinity symbol unexpectedly #2680
Conversation
Your org requires the Graphite merge queue for merging into mainAdd the label “flow:merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “flow:hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
---|---|---|---|
🔴 | Statements | 5.37% | 329/6121 |
🔴 | Branches | 5.02% | 211/4202 |
🔴 | Functions | 3.08% | 62/2013 |
🔴 | Lines | 5.27% | 315/5977 |
Test suite run success
83 tests passing in 9 suites.
Report generated by 🧪jest coverage report action from 471c556
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Merge activity
|
### TL;DR After #2615, the Resource Number displays an infinity symbol unexpectedly. ![image.png](https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/XqC2uNFuj0wg8I60sMUh/ee78810c-da7e-4312-be4a-09aa269931b9.png) This PR fixes that bug and refactors the code related to the `max` display.
1d7a183
to
471c556
Compare
### TL;DR After #2615, the Resource Number displays an infinity symbol unexpectedly. ![image.png](https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/XqC2uNFuj0wg8I60sMUh/ee78810c-da7e-4312-be4a-09aa269931b9.png) This PR fixes that bug and refactors the code related to the `max` display.
TL;DR
After #2615, the Resource Number displays an infinity symbol unexpectedly.
This PR fixes that bug and refactors the code related to the
max
display.