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 8242d31 commit fb868efCopy full SHA for fb868ef
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