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.
mergeProps.ts
1 parent daf85b4 commit 65b4e08Copy full SHA for 65b4e08
src/connect/mergeProps.ts
@@ -1,8 +1,8 @@
1
import type { Action, Dispatch } from 'redux'
2
-import type { EqualityFn } from '../types'
3
import verifyPlainObject from '../utils/verifyPlainObject'
4
import { createInvalidArgFactory } from './invalidArgFactory'
5
import type { MergeProps } from './selectorFactory'
+import type { EqualityFn } from '../types'
6
7
function defaultMergeProps<
8
TStateProps,
0 commit comments