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

Function showErrorDialog

code/new-context-api/public/app.js:10485–10487  ·  view source on GitHub ↗
(capturedError)

Source from the content-addressed store, hash-verified

10483// By default, return `true` to log errors to the console.
10484// Forks can return `false` if this isn't desirable.
10485function showErrorDialog(capturedError) {
10486 return true;
10487}
10488
10489function logCapturedError(capturedError) {
10490 var logError = showErrorDialog(capturedError);

Callers 1

logCapturedErrorFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected