We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 231873e commit 5b4ff56Copy full SHA for 5b4ff56
packages/react-error-overlay/src/index.js
@@ -87,7 +87,7 @@ function handleRuntimeError(errorRecord) {
87
update();
88
}
89
90
-function dismissRuntimeErrors() {
+export function dismissRuntimeErrors() {
91
currentRuntimeErrorRecords = [];
92
93
0 commit comments