-
Notifications
You must be signed in to change notification settings - Fork 14
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: ErrorBoundary to capture unknown errors #81
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #81 +/- ##
==========================================
+ Coverage 80.01% 80.13% +0.12%
==========================================
Files 569 570 +1
Lines 21379 21530 +151
Branches 5037 5342 +305
==========================================
+ Hits 17107 17254 +147
- Misses 4248 4250 +2
- Partials 24 26 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
src/routes/RouteErrorBoundary.tsx
Outdated
const httpError = error as HttpError; | ||
<ErrorEmptyState | ||
httpError={httpError} | ||
title="Unable to load pipeline runs" |
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.
Reminder: Fix the text.
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.
Will the text be fixed in this PR?
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.
fixed
LGTM |
LGTM |
No description provided.