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.
wrapMergePropsFunc
1 parent 998f63b commit 81add1aCopy full SHA for 81add1a
src/connect/mergeProps.ts
@@ -18,7 +18,7 @@ function defaultMergeProps<
18
return { ...ownProps, ...stateProps, ...dispatchProps }
19
}
20
21
-export function wrapMergePropsFunc<
+function wrapMergePropsFunc<
22
TStateProps,
23
TDispatchProps,
24
TOwnProps,
0 commit comments