react-query-subscription icon indicating copy to clipboard operation
react-query-subscription copied to clipboard

Hook based on React Query for managing, caching and syncing observables in React

Results 6 react-query-subscription issues
Sort by recently updated
recently updated
newest added

**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...

Hi, I've an issue with my WS connection getting closed by the server side from time to time. I expected the retry mechanism to work in that case, but all...

I noticed that if I use the same subscription in multiple places in my app, it creates a new subscription. In my app I have 4 places where I am...

Make `react-query-subscription` compatible with `react-query@4`. ## Build - [x] Support both React Query v3 and v4 ## Needs to be fixed - [x] #65 - [x] [The idle state has...

https://github.com/kaciakmaciak/react-query-subscription/discussions/42

documentation

Currently the umd build has old version in the banner, this is due to build step running prior release. See https://unpkg.com/[email protected]/dist/react-query-subscription.production.min.js as an example.

bug