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

Function showErrorDialog

code/controlled-uncontrolled/public/app.js:10448–10450  ·  view source on GitHub ↗
(capturedError)

Source from the content-addressed store, hash-verified

10446// By default, return `true` to log errors to the console.
10447// Forks can return `false` if this isn't desirable.
10448function showErrorDialog(capturedError) {
10449 return true;
10450}
10451
10452function logCapturedError(capturedError) {
10453 var logError = showErrorDialog(capturedError);

Callers 1

logCapturedErrorFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected