docs(preact-query): define 'App' before 'ErrorBoundary' in 'QueryErrorResetBoundary' example - #11338
Conversation
…rResetBoundary' example
|
View your CI Pipeline Execution ↗ for commit 0c9b669
☁️ 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: Pro Plus Run ID: 📒 Files selected for processing (2)
Included review availability: Your plan provides up to 10 included reviews per hour; 9 remain after this review. 📝 WalkthroughWalkthroughThe ChangesQueryErrorResetBoundary example ordering
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This change only rearranges the 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 1 files. (1 skipped: 1 unsupported.) ✨ 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 |
🚀 Changeset Version PreviewNo changeset entries found. Merging this PR will not cause a version bump for any packages. |
size-limit report 📦
|
🎯 Changes
QueryErrorResetBoundary's@exampledefinedErrorBoundarybeforeApp, the reverse of the ordering used acrossuseSuspenseQuery/useSuspenseInfiniteQuery/useSuspenseQueries(#11337), where the main component tree (App) is shown first and the auxiliaryErrorBoundaryimplementation follows.QueryErrorResetBoundary.tsx: reordered the example soAppis defined beforeErrorBoundary, matching that conventiondocs/framework/preact/reference/functions/QueryErrorResetBoundary.mdwithpnpm run generate-docs✅ Checklist
pnpm run test:pr, or these tests do not apply to this pull request.🚀 Release Impact
Summary by CodeRabbit
QueryErrorResetBoundaryexample for improved readability and consistency.