MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / showErrorDialog

Function showErrorDialog

code/third-party/public/app.js:10357–10359  ·  view source on GitHub ↗
(capturedError)

Source from the content-addressed store, hash-verified

10355// By default, return `true` to log errors to the console.
10356// Forks can return `false` if this isn't desirable.
10357function showErrorDialog(capturedError) {
10358 return true;
10359}
10360
10361function logCapturedError(capturedError) {
10362 var logError = showErrorDialog(capturedError);

Callers 1

logCapturedErrorFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected