-
-
Notifications
You must be signed in to change notification settings - Fork 272
fix(pinia-colada): optional options in mutation factory
#2593
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(pinia-colada): optional options in mutation factory
#2593
Conversation
|
|
🦋 Changeset detectedLatest commit: 9bcf2a8 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
@brolnickij is attempting to deploy a commit to the Hey API Team on Vercel. A member of the Team first needs to authorize it. |
commit: |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2593 +/- ##
=======================================
Coverage 23.59% 23.59%
=======================================
Files 363 363
Lines 36549 36545 -4
Branches 1562 1562
=======================================
Hits 8622 8622
+ Misses 27914 27910 -4
Partials 13 13
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:
|
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.
Thanks! Is the same logic used for TanStack Query?
|
@mrlubos yep, openapi-ts/packages/openapi-ts/src/plugins/@tanstack/query-core/mutationOptions.ts Lines 131 to 137 in 8b8c368
|
close #2592