docs({solid,vue}-query/broadcastQueryClient): remove unnecessary 'replace' that doesn't match source content#10193
Conversation
…lace' that doesn't match source content
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: defaults Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
💤 Files with no reviewable changes (2)
📝 WalkthroughWalkthroughTwo documentation files for plugin implementations had a front matter mapping directive removed that previously mapped react-query to vue-query. These are documentation-only changes with no code or behavioral impact. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 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 unit tests (beta)
Comment |
|
View your CI Pipeline Execution ↗ for commit 93502a9
☁️ Nx Cloud last updated this comment at |
🎯 Changes
Both
solid-queryandvue-querybroadcastQueryClient.mddocs had areplace: { 'react-query': '...' }pattern, but the referenced React source file (docs/framework/react/plugins/broadcastQueryClient.md) doesn't contain the stringreact-queryanywhere — the package name is@tanstack/query-broadcast-client-experimental.Additionally, the
solid-queryfile had'react-query': 'vue-query'which was an incorrect value copied from thevue-queryfile.This PR removes the unnecessary
replacefield from both files.✅ Checklist
pnpm run test:pr.🚀 Release Impact
Summary by CodeRabbit