Skip to content

Commit 216c50f

Browse files
ovidiuchPavel Zhytko
authored and
Pavel Zhytko
committed
Export dismissRuntimeErrors function (facebook#3414)
1 parent 88d8a64 commit 216c50f

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)