Closed ironAiken2 closed 3 weeks ago
Add 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.
Join @ironAiken2 and the rest of your teammates on Graphite
./react
St.:grey_question: |
Category | Percentage | Covered / Total |
---|---|---|---|
🔴 | Statements | 5.09% | 348/6838 |
🔴 | Branches | 4.64% | 218/4698 |
🔴 | Functions | 2.97% | 67/2257 |
🔴 | Lines | 4.99% | 333/6679 |
93 tests passing in 12 suites.
Report generated by 🧪jest coverage report action from 96dd03593648ef7366d8fcf6749daca54b35397a
Fixed a potential null reference error in BAITable's ResizableTitle component by adding an optional chaining operator to the
onResize
callback. This prevents runtime errors when the callback is undefined.Teams
Checklist: