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 5184fc6 commit 77e6f89Copy full SHA for 77e6f89
src/components/connector.js
@@ -33,7 +33,7 @@ export default function Connector(store) {
33
34
invariant(
35
_.isFunction(target) || _.isObject(target),
36
- 'The target parameter passed to connect must be a Function or a plain object.'
+ 'The target parameter passed to connect must be a Function or a object.'
37
);
38
39
//Initial update
0 commit comments