Skip to content
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

docs: fix the react example for infinite queries #5361

Merged
merged 1 commit into from May 2, 2023

Conversation

seriousManual
Copy link
Contributor

The example talks about a projects API that returns data in the form of

{ data: [...], nextCursor: 3}

In the example though the data returned from the API is referred to as having a projects entry.
This commit uses the correct entry from the sample API.

The example talks about a projects API that returns data in the form of
```
{ data: [...], nextCursor: 3}
```

In the example though the data returned from the API is referred to
as having a `projects` entry.
This commit uses the correct entry from the sample API.
@vercel
Copy link

vercel bot commented May 2, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
query ⬜️ Ignored (Inspect) May 2, 2023 10:42am

@TkDodo TkDodo merged commit 53813e4 into TanStack:main May 2, 2023
9 of 10 checks passed
@nx-cloud
Copy link

nx-cloud bot commented May 2, 2023

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 903a7f0. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch


✅ Successfully ran 2 targets

Sent with 💌 from NxCloud.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants