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 043517e commit 38dae32Copy full SHA for 38dae32
src/connect/wrapMapToProps.js
@@ -1,8 +1,8 @@
1
import verifyPlainObject from '../utils/verifyPlainObject'
2
3
export function wrapMapToPropsConstant(getConstant) {
4
- return function initConstantSelector(dispatch, options) {
5
- const constant = getConstant(dispatch, options)
+ return function initConstantSelector(dispatch) {
+ const constant = getConstant(dispatch)
6
7
function constantSelector() {
8
return constant
0 commit comments