Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughTwo test suites now validate Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
|
View your CI Pipeline Execution ↗ for commit 888b950
☁️ Nx Cloud last updated this comment at |
🚀 Changeset Version PreviewNo changeset entries found. Merging this PR will not cause a version bump for any packages. |
size-limit report 📦
|
🎯 Changes
useMutationmutatecallback override in bothreact-queryandpreact-query:should be able to override the error callbacks when using mutate: verifiesonErrorandonSettledcallbacks are called in order (useMutation → mutate)should be able to override the settled callbacks when using mutate: verifiesonSuccessandonSettledcallbacks are called in order (useMutation → mutate)mutateAsync(line 266, 316)✅ Checklist
pnpm run test:pr.🚀 Release Impact
Summary by CodeRabbit
useMutationcallback execution order in both React Query and Preact Query, verifying correct callback sequencing for successful and failed mutations with per-call option overrides.