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 394208c commit 63ede1fCopy full SHA for 63ede1f
src/types.ts
@@ -165,7 +165,7 @@ export type ResolveThunks<TDispatchProps> = TDispatchProps extends {
165
export interface TypedUseSelectorHook<TState> {
166
<TSelected>(
167
selector: (state: TState) => TSelected,
168
- equalityFn?: EqualityFn<TSelected>
+ equalityFn?: EqualityFn<NoInfer<TSelected>>
169
): TSelected
170
}
171
0 commit comments