diff -r a2761c5be551 -r 96543c395baa client/src/store/configureStore.js --- a/client/src/store/configureStore.js Mon Jun 19 17:56:43 2017 +0200 +++ b/client/src/store/configureStore.js Mon Jun 19 18:23:26 2017 +0200 @@ -40,7 +40,7 @@ )); const context = { - client: new APIClient(config.apiRootUrl) + client: new APIClient(config.apiRootUrl, store) } saga.run(rootSaga, context);