Conversation
…me for async component with 'solid-query' import
|
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 test case label in the eslint-plugin-query test suite was updated to more accurately describe the test's purpose. The new description clarifies that it validates QueryClient is not flagged when imported from a non-react-query package in an async component context. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 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 da4ad8a
☁️ 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
Fix misleading test name for the async component case that uses
@tanstack/solid-queryimport. The previous name'QueryClient is invoked in an async (react server) component'implied it was testing the React Server Component branch (isReactServerComponent), but it actually returns early at the import check since it uses@tanstack/solid-queryinstead of@tanstack/react-query.✅ Checklist
pnpm run test:pr.🚀 Release Impact
Summary by CodeRabbit