-
-
Notifications
You must be signed in to change notification settings - Fork 272
feat(client-axios): Accept AxiosInstance
#2382
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
Conversation
|
|
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
@idbenami I think you just need to rebuild the package |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2382 +/- ##
==========================================
+ Coverage 22.53% 22.54% +0.01%
==========================================
Files 324 324
Lines 31840 31845 +5
Branches 1232 1234 +2
==========================================
+ Hits 7174 7179 +5
Misses 24657 24657
Partials 9 9
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
commit: |
|
@mrlubos regarding changeset, should I do something about it? |
mrlubos
left a comment
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 work! I added a changeset for you, but you'll still get the credit
createClientto acceptAxiosStaticorAxiosInstancecloses #2374