I tested to make sure the app was still killed if an exception was thrown. I also tested that the `dispatch` error did not get thrown anymore:
> You may not call store.getState() while the reducer is executing. The reducer has already received the state as an argument. Pass it down from the top reducer instead of reading it from the store.