rt2zz / redux-persist

persist and rehydrate a redux store
MIT License
12.94k stars 866 forks source link

try catch for writeStagedState serialize #1315

Open SethArchambault opened 3 years ago

SethArchambault commented 3 years ago

Even though there was ".catch" on this line, it only caught errors from setItem, so an error from serialize would be completely unhandled.