fix(vue-query/useMutation): add missing '_defaulted' omit in 'UseMutationOptionsBase'#10215
fix(vue-query/useMutation): add missing '_defaulted' omit in 'UseMutationOptionsBase'#10215sukvvon wants to merge 2 commits intoTanStack:mainfrom
Conversation
🦋 Changeset detectedLatest commit: 70c6b33 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
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 |
📝 WalkthroughWalkthroughThis change omits the internal Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
View your CI Pipeline Execution ↗ for commit 1fa850d
☁️ Nx Cloud last updated this comment at |
89613e4 to
70c6b33
Compare
70c6b33 to
1fa850d
Compare
🎯 Changes
Add missing
_defaultedomit inUseMutationOptionsBasetype to align with other packages (react-query, svelte-query, solid-query, angular-query) that already omit_defaultedfromMutationObserverOptions.✅ Checklist
pnpm run test:pr.🚀 Release Impact
Summary by CodeRabbit
Bug Fixes
Documentation