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
cacheData and return
https://github.com/rescriptbr/react- query/blob/b202f20611c29316991bb0dbe439d8cb87f3c0b0/src/ReactQuery_Query.res#L22
The way it's typed now this option isn't usable, as you have to return the exact type that's passed in instead of transforming it.
https://tanstack.com/query/v4/docs/framework/react/reference/useQuery
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://github.com/rescriptbr/react-
query/blob/b202f20611c29316991bb0dbe439d8cb87f3c0b0/src/ReactQuery_Query.res#L22
The way it's typed now this option isn't usable, as you have to return the exact type that's passed in instead of transforming it.
https://tanstack.com/query/v4/docs/framework/react/reference/useQuery
The text was updated successfully, but these errors were encountered: