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 f134103 commit 4faea58Copy full SHA for 4faea58
src/connect.js
@@ -1,6 +1,4 @@
1
import noop from 'lodash/noop';
2
-import omitBy from 'lodash/omitBy';
3
-import isArray from 'lodash/isArray';
4
import normalizeProps from './normalizeProps';
5
6
export default function connect(mapStateAsProps = noop, mapActionsAsProps = noop) {
0 commit comments