In your code you're muting all unhandled exceptions and just print out the error message https://github.com/kjda/ReactFlux/blob/667c8da381b2b33d1bd24aa9d8e5bd799692abf0/lib/actions.js#L63 This is serious bug, imho. This part makes it impossible to globally handle errors in scripts using `try-catch` statement or `window.onerror` handler.
In your code you're muting all unhandled exceptions and just print out the error message
ReactFlux/lib/actions.js
Line 63 in 667c8da
try-catchstatement orwindow.onerrorhandler.