docs(preact-query): add 'The Query Options API' link, matching react's queryOptions JSDoc - #11388
Conversation
…s queryOptions JSDoc
|
View your CI Pipeline Execution ↗ for commit b85b0d1
☁️ Nx Cloud last updated this comment at |
|
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)
Included review availability: Your plan provides up to 10 included reviews per hour; 8 remain after this review. 📝 WalkthroughWalkthroughThe change updates ChangesqueryOptions documentation
Estimated code review effort: 1 (Trivial) | ~3 minutes Merge Risk: ⚪ Minimal · up to This updates queryOptions documentation links and source references without changing library behavior. No current merge-readiness risk remains. 🚥 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 |
size-limit report 📦
|
🚀 Changeset Version Preview2 package(s) bumped directly, 23 bumped as dependents. 🟨 Minor bumps
🟩 Patch bumps
|
🎯 Changes
Adds the
@see [The Query Options API](https://tkdodo.eu/blog/the-query-options-api)link toqueryOptions's JSDoc, matchingreact-query's.packages/preact-query/src/queryOptions.tsis otherwise a near-exact mirror ofpackages/react-query/src/queryOptions.ts(same hook-based API, same JSX examples — diffing the two files shows only import path and this link as the differences), so the linked article's React code examples apply directly here too. This complements #11387, which removed the same link fromsolid-querywhere the reactive-getter API and examples don't carry over.✅ Checklist
pnpm run test:pr, or these tests do not apply to this pull request.🚀 Release Impact
Summary by CodeRabbit
queryOptionsreference documentation.queryOptionscall signatures.