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.
AnyObject
1 parent 65db2df commit 149e11eCopy full SHA for 149e11e
packages/toolkit/src/query/react/buildHooks.ts
@@ -50,6 +50,7 @@ import { UNINITIALIZED_VALUE } from './constants'
50
import type { ReactHooksModuleOptions } from './module'
51
import { useStableQueryArgs } from './useSerializedStableValue'
52
import { useShallowStableValue } from './useShallowStableValue'
53
+import type { AnyObject } from "@internal/tsHelpers"
54
55
// Copy-pasted from React-Redux
56
const canUseDOM = () =>
0 commit comments