diff -r d6eef0e9f7e1 -r df6780e48eb5 client/src/store/configureStore.js --- a/client/src/store/configureStore.js Thu Jun 01 11:39:20 2017 +0200 +++ b/client/src/store/configureStore.js Thu Jun 01 15:20:31 2017 +0200 @@ -10,7 +10,9 @@ return {}; } return JSON.parse(serializedState); - } catch (err) {} + } catch (err) { + return {}; + } } const saveState = (state) => {