Currently, `dispatch` may suppress silent errors that break the program. I had this happen here: https://github.com/rackt/redux/blob/bb9fa19cf2a22d0149dcf134e36404a02d93b2b3/src/createStore.js#L126 Modifying to the following surfaces the issue. <img width="318" alt="screen shot 2015-11-20 at 12 09 47" src="https://cloud.githubusercontent.com/assets/3407996/11306727/bbfe3176-8f81-11e5-840e-793a93827714.png"> I can submit a PR, but what's the recommended way to handle?