-
-
Notifications
You must be signed in to change notification settings - Fork 119
UseSuspenseInfiniteQuery #2036
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?
UseSuspenseInfiniteQuery #2036
Conversation
Co-authored-by: stijn.vanhulle <[email protected]>
|
Cursor Agent can help with this pull request. Just |
🦋 Changeset detectedLatest commit: fee1a41 The changes in this PR will be included in the next version bump. This PR includes changesets to release 19 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The preview deployment for kubb-labs/kubb:main is ready. 🟢 Open Preview | Open Build Logs Last updated at: 2025-11-21 23:47:09 CET |
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 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 |
More templates
@kubb/cli
@kubb/core
kubb
@kubb/mcp
@kubb/oas
@kubb/plugin-client
@kubb/plugin-cypress
@kubb/plugin-faker
@kubb/plugin-mcp
@kubb/plugin-msw
@kubb/plugin-oas
@kubb/plugin-react-query
@kubb/plugin-redoc
@kubb/plugin-solid-query
@kubb/plugin-svelte-query
@kubb/plugin-swr
@kubb/plugin-ts
@kubb/plugin-vue-query
@kubb/plugin-zod
unplugin-kubb
commit: |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #2036 +/- ##
==========================================
- Coverage 80.27% 79.80% -0.47%
==========================================
Files 133 136 +3
Lines 4876 5037 +161
Branches 2033 2146 +113
==========================================
+ Hits 3914 4020 +106
- Misses 868 921 +53
- Partials 94 96 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@cursor add changelog with pnpm changeset and minor version. Also update changelog.md in docs |
|
Perfect! Let me create a summary of what was done: SummaryI've successfully added a changeset with a minor version bump (4.6.0) and updated the changelog documentation as requested. Changes Made:1. Created Changeset File (
2. Updated Changelog (
3. Cleaned Up:
What the Changeset Does:When the PR is merged, the changeset will:
The changeset bot should now recognize this PR has a proper changeset and the warning will be resolved. Learn more about Cursor Agents |
Co-authored-by: stijn.vanhulle <[email protected]>
Add
useSuspenseInfiniteQueryhook generation to support React Suspense with infinite queries in TanStack Query v5+.