-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
chore: separate type imports in useSuspenseQuery.ts and useBackgroundQuery.ts #11134
Conversation
🦋 Changeset detectedLatest commit: 0bad299 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
size-limit report 📦
|
/release:pr |
Please add a changeset via |
/release:pr |
A new release has been made for this PR. You can install it with |
I was facing the same issue:
You must change the type also on the useReadQuery.ts file: import type { QueryReference} from "../cache/QueryReference.js"; Could you do that and release a new one? |
Wanted to also get @phryneas's take on this (welcome back! 😅), but this seems worth merging. |
…lo-client into separate-type-imports
Thanks, @diegohennrich - updated and cutting a new snapshot release now. |
/release:pr |
A new release has been made for this PR. You can install it with |
@alessbell totally in favor of the change - there might be tooling other than Could you also adjust the lint rule accordingly as part of the PR? |
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.
Thanks for updating!
Hopefully closes #11131 - opening a PR to test a snapshot release here.
Checklist: