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.
defaultMergeProps
1 parent 8d939ba commit 198253eCopy full SHA for 198253e
src/connect/mergeProps.ts
@@ -1,10 +1,10 @@
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
-export function defaultMergeProps<
+function defaultMergeProps<
8
TStateProps,
9
TDispatchProps,
10
TOwnProps,
0 commit comments