Skip to content

Commit

Permalink
Merge pull request #9 from facebook/master
Browse files Browse the repository at this point in the history
Update ReactFiberScheduler.js (facebook#14477)
  • Loading branch information
rajendraarora16 authored Dec 22, 2018
2 parents c57883a + 659c139 commit 92c9400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-reconciler/src/ReactFiberScheduler.js
Original file line number Diff line number Diff line change
Expand Up @@ -1266,7 +1266,7 @@ function renderRoot(root: FiberRoot, isYieldy: boolean): void {
subscriber.onWorkStarted(interactions, threadID);
} catch (error) {
// Work thrown by an interaction tracing subscriber should be rethrown,
// But only once it's safe (to avoid leaveing the scheduler in an invalid state).
// But only once it's safe (to avoid leaving the scheduler in an invalid state).
// Store the error for now and we'll re-throw in finishRendering().
if (!hasUnhandledError) {
hasUnhandledError = true;
Expand Down

0 comments on commit 92c9400

Please sign in to comment.