Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
fix(Reducer errors): log exceptions thrown from `store.dispatch` insi…
…de the middleware (#379) Closes #263 Most often this is caused by exceptions in your reducers. Right now due to a bug in rxjs these errors can sometimes (but not always) be silently swallowed. This works around it by catching them ourselves and logging and logging them.
- Loading branch information
Showing
with
32 additions
and 2 deletions.