Skip to content

Commit 5b4ff56

Browse files
ovidiuchTimer
authored andcommitted
Export dismissRuntimeErrors function (#3414)
1 parent 231873e commit 5b4ff56

File tree

1 file changed

+1
-1
lines changed
  • packages/react-error-overlay/src

1 file changed

+1
-1
lines changed

packages/react-error-overlay/src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function handleRuntimeError(errorRecord) {
8787
update();
8888
}
8989

90-
function dismissRuntimeErrors() {
90+
export function dismissRuntimeErrors() {
9191
currentRuntimeErrorRecords = [];
9292
update();
9393
}

0 commit comments

Comments
 (0)