We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 070f4fe commit 091a338Copy full SHA for 091a338
docs/docs/Features/other-libs.md
@@ -24,7 +24,7 @@ import {
24
const tanstackResolver = <T extends unknown>(
25
query: TanstackUseQueryResult<T>
26
): UseQueryResult<T> & {
27
- orignal_query: TanstackUseQueryResult<T>;
+ original_query: TanstackUseQueryResult<T>;
28
} => ({
29
isLoading: query.isLoading,
30
isFetching: query.isFetching,
0 commit comments