Conversation
…ption transforming 'queryFn' data
|
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 case is added to verify that Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 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 1b7654a
☁️ 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 for the
selectoption ofinjectQuerythat verifiesqueryFndata is transformed before being exposed via thedata()signal. Aligns with the existing react-query coverage forselectand locks the contract thatselectruns afterqueryFnresolves.✅ Checklist
pnpm run test:pr.🚀 Release Impact
Summary by CodeRabbit
selectoption ininjectQueryto verify proper data transformation during query execution and change detection.