diff -r 7e8cdc74d86f -r 043477fd5c5c client/src/store/configureStore.js --- a/client/src/store/configureStore.js Thu Jun 22 11:58:27 2017 +0200 +++ b/client/src/store/configureStore.js Thu Jun 22 12:09:48 2017 +0200 @@ -52,7 +52,7 @@ const offlineConfig = { ...offlineDefaultConfig, persistOptions, - effect: createEffect(apiClient) + effect: createEffect(apiClient), // detectNetwork: callback => callback(true), }