Skip to content

Commit

Permalink
Export dismissRuntimeErrors function (#3414)
Browse files Browse the repository at this point in the history
  • Loading branch information
ovidiuch authored and Timer committed Nov 5, 2017
1 parent 231873e commit 5b4ff56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-error-overlay/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ function handleRuntimeError(errorRecord) {
update();
}

function dismissRuntimeErrors() {
export function dismissRuntimeErrors() {
currentRuntimeErrorRecords = [];
update();
}
Expand Down

0 comments on commit 5b4ff56

Please sign in to comment.