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.
2 parents 471d786 + fb868ef commit 5256351Copy full SHA for 5256351
src/components/ngRedux.js
@@ -41,7 +41,7 @@ export default function ngReduxProvider() {
41
42
return {
43
...store,
44
- connector: Connector(store)
+ connect: Connector(store)
45
};
46
}
47
0 commit comments