Closed agatha197 closed 5 days 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.
main
This stack of pull requests is managed by Graphite. Learn more about stacking.
./react
St.:grey_question: |
Category | Percentage | Covered / Total |
---|---|---|---|
🔴 | Statements | 5.29% | 395/7462 |
🔴 | Branches | 4.59% (-0% 🔻) |
237/5166 |
🔴 | Functions | 3.16% | 78/2466 |
🔴 | Lines | 5.21% | 380/7295 |
124 tests passing in 14 suites.
Report generated by 🧪jest coverage report action from ae54e8a0bd59e9756ce6165acd892bf8f76ca234
Fix
Right operand of ?? is unreachable because the left operand is never nullish.
error by using||
operator.Checklist: (if applicable)