Conversation
…when 'throwOnError' is not set
|
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 (1)
📝 WalkthroughWalkthroughA new test was added to Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related PRs
Suggested labels
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 docstrings
🧪 Generate unit tests (beta)
Comment |
|
View your CI Pipeline Execution ↗ for commit bb6d9f0
☁️ 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
Add a test to verify that
errorprop is not auto-added totrackedPropswhenthrowOnErroris not set.This covers the else branch of
if (this.options.throwOnError)inqueryObserver.ts— complementing the existingshould track error prop when throwOnError is truetest that covers the if branch.✅ Checklist
pnpm run test:pr.🚀 Release Impact
Summary by CodeRabbit
QueryObserverbehavior when error tracking is not enabled and only thedataproperty is manually tracked.