Skip to content

Commit

Permalink
No more error swallowing on component update cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Martin committed Jun 1, 2018
1 parent 16e4667 commit 6462b1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ function createLoadableComponent(loadFn, options) {
update();
}).catch(err => {
update();
throw err;
});
}

Expand Down

0 comments on commit 6462b1b

Please sign in to comment.