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 8183650 commit 17c8c75Copy full SHA for 17c8c75
src/components/connector.js
@@ -4,7 +4,7 @@ import invariant from 'invariant';
4
5
export default function Connector(store) {
6
return {
7
- connect: (selectors, callback, disableCaching) => {
+ connect: (selectors, callback, disableCaching = false) => {
8
if (!Array.isArray(selectors)) {
9
selectors = [selectors];
10
}
0 commit comments