docs(solid-query): remove 'The Query Options API' link, solid's queryOptions API differs from react's - #11387
Conversation
…Options API differs from react's
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Team Run ID: 📒 Files selected for processing (2)
💤 Files with no reviewable changes (1)
Included review availability: Your plan provides up to 10 included reviews per hour; 9 remain after this review. 📝 WalkthroughWalkthroughThe PR updates ChangesqueryOptions documentation
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This updates Solid Query documentation to remove a React-specific external reference while retaining relevant local API references. No runtime behavior or published API changes are introduced, and the change is ready to merge. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
View your CI Pipeline Execution ↗ for commit 99a4064
☁️ Nx Cloud last updated this comment at |
size-limit report 📦
|
🚀 Changeset Version Preview2 package(s) bumped directly, 23 bumped as dependents. 🟨 Minor bumps
🟩 Patch bumps
|
🎯 Changes
Removes the
@see [The Query Options API](https://tkdodo.eu/blog/the-query-options-api)link fromqueryOptions's JSDoc (added in #11369).The linked article's code examples are written in React (
useQuery, JSX,dataTagSymbol), which don't carry over to solid'squeryOptions(() => ({...}))reactive-getter API.preactkeeps this link since it mirrors react's API/JSX closely enough for the examples to still apply directly;solid's API differs enough that the link isn't useful there.vuenever had this link for the same reason (caught during review before merging its own TypeDoc migration).✅ Checklist
pnpm run test:pr, or these tests do not apply to this pull request.🚀 Release Impact
Summary by CodeRabbit
queryOptionsAPI documentation with corrected source references.