-
Notifications
You must be signed in to change notification settings - Fork 28
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
feat: exposes original axios error object #479
Conversation
Codecov Report
@@ Coverage Diff @@
## master #479 +/- ##
==========================================
- Coverage 57.82% 57.61% -0.21%
==========================================
Files 63 63
Lines 569 571 +2
Branches 30 30
==========================================
Hits 329 329
- Misses 240 242 +2
Continue to review full report at Codecov.
|
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 don't think it solves the issue tho?
The issue was about retaining the original error as-is. We probably just want assign it to a prop, like originalError
or something like that on the thrown error object.
I assigned to
|
# [6.4.0](v6.3.1...v6.4.0) (2022-06-13) ### Features * exposes original axios error object ([#479](#479)) ([134781c](134781c))
🎉 This PR is included in version 6.4.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Closes #478