Skip to content

Commit

Permalink
Export dismissRuntimeErrors function (facebook#3414)
Browse files Browse the repository at this point in the history
  • Loading branch information
ovidiuch authored and placenamehere committed Nov 30, 2017
1 parent b8afe07 commit fa6f7ec
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 fa6f7ec

Please sign in to comment.