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

Function showErrorDialog

code/communication/public/app.js:11159–11161  ·  view source on GitHub ↗
(capturedError)

Source from the content-addressed store, hash-verified

11157// By default, return `true` to log errors to the console.
11158// Forks can return `false` if this isn't desirable.
11159function showErrorDialog(capturedError) {
11160 return true;
11161}
11162
11163function logCapturedError(capturedError) {
11164 var logError = showErrorDialog(capturedError);

Callers 1

logCapturedErrorFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected