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 687747f commit 2979bf7Copy full SHA for 2979bf7
src/components/connector.js
@@ -12,7 +12,7 @@ export default function Connector(store) {
12
invariant(
13
isFunction(callback),
14
'The callback parameter passed to connect must be a Function. Instead received %s.',
15
- typeof selector
+ typeof callback
16
);
17
18
//Initial update
0 commit comments