Skip to content

Commit 149e11e

Browse files
committed
Add AnyObject missing import
1 parent 65db2df commit 149e11e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/toolkit/src/query/react/buildHooks.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ import { UNINITIALIZED_VALUE } from './constants'
5050
import type { ReactHooksModuleOptions } from './module'
5151
import { useStableQueryArgs } from './useSerializedStableValue'
5252
import { useShallowStableValue } from './useShallowStableValue'
53+
import type { AnyObject } from "@internal/tsHelpers"
5354

5455
// Copy-pasted from React-Redux
5556
const canUseDOM = () =>

0 commit comments

Comments
 (0)