-
Notifications
You must be signed in to change notification settings - Fork 558
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
Improve front end error handling #5922
Conversation
mtsgrd
commented
Jan 10, 2025
- handles signing error in one place
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
05f5582
to
5e4fd06
Compare
5e4fd06
to
fb26bb7
Compare
- handles signing error in one place
fb26bb7
to
8c3c843
Compare
@ndom91 this is just a small thing I did while working on other stuff. |
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.
Nice, knocked out like 5 TODO
s here too 😂
? true | ||
: false; |
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.
I think we can skip this two lines
typeof err.message === 'string' && | ||
'code' in err && | ||
typeof err.code === 'string') || | ||
false |
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.
We can also skip this line
8c3c843
to
a9a8da0
Compare
a9a8da0
to
3e85f20
Compare