-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
docs: fix missing param in vue infinite queries sample #10004
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
π WalkthroughWalkthroughDocumentation example updated: Changes
Estimated code review effortπ― 1 (Trivial) | β±οΈ ~2 minutes Suggested labels
Poem
Pre-merge checksβ Passed checks (3 passed)
π Recent review detailsConfiguration used: defaults Review profile: CHILL Plan: Pro π Files selected for processing (1)
π§ Files skipped from review as they are similar to previous changes (1)
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 |
TkDodo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
line 13 needs to change too:
- const fetchProjects = async ({ pageParam = 0 }) => {
+ const fetchProjects = async ({ pageParam }) => {Add initialPageParam to useInfiniteQuery
d619343 to
0e2b0ea
Compare
Add required initialPageParam to useInfiniteQuery in Vue.js guide
π― Changes
Align React and Vue.js guides
β Checklist
pnpm run test:pr.π Release Impact
Summary by CodeRabbit
βοΈ Tip: You can customize this high-level summary in your review settings.