We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug react-query-subscription doesn't support react-query v5, see error below "No matching export for import "hashQueryKey"" Indeed, it has been renamed to hashKey see https://tanstack.com/query/latest/docs/framework/react/guides/migrating-to-v5#hashquerykey-has-been-renamed-to-hashkey To Reproduce Steps to reproduce the behavior:
hashKey
Expected behavior No error
Screenshots / Error
There's an error at compilation
✘ [ERROR] No matching export in "../../node_modules/@tanstack/react-query/build/modern/index.js" for import "hashQueryKey" ../../node_modules/react-query-subscription/es/use-infinite-subscription.js:3:9: 3 │ import { hashQueryKey, useInfiniteQuery, useQueryClient } from '@tanstack/react-query';
Context (please complete the following information):
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
react-query-subscription doesn't support react-query v5, see error below "No matching export for import "hashQueryKey""
Indeed, it has been renamed to
hashKey
see https://tanstack.com/query/latest/docs/framework/react/guides/migrating-to-v5#hashquerykey-has-been-renamed-to-hashkeyTo Reproduce
Steps to reproduce the behavior:
Expected behavior
No error
Screenshots / Error
There's an error at compilation
Context (please complete the following information):
The text was updated successfully, but these errors were encountered: