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

Function showErrorDialog

code/one-direction-data-flow/public/app.js:10997–10999  ·  view source on GitHub ↗
(capturedError)

Source from the content-addressed store, hash-verified

10995// By default, return `true` to log errors to the console.
10996// Forks can return `false` if this isn't desirable.
10997function showErrorDialog(capturedError) {
10998 return true;
10999}
11000
11001function logCapturedError(capturedError) {
11002 var logError = showErrorDialog(capturedError);

Callers 1

logCapturedErrorFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected