We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b35f8be commit 04693caCopy full SHA for 04693ca
src/components/connect.js
@@ -6,7 +6,7 @@ import wrapActionCreators from '../utils/wrapActionCreators'
6
import hoistStatics from 'hoist-non-react-statics'
7
import invariant from 'invariant'
8
9
-const defaultMapStateToProps = () => ({})
+const defaultMapStateToProps = state => ({}) // eslint-disable-line no-unused-vars
10
const defaultMapDispatchToProps = dispatch => ({ dispatch })
11
const defaultMergeProps = (stateProps, dispatchProps, parentProps) => ({
12
...parentProps,
0 commit comments