MCPcopy Create free account
hub / github.com/react/react / handleError

Function handleError

fixtures/dom/public/renderer.js:119–124  ·  view source on GitHub ↗
(error)

Source from the content-addressed store, hash-verified

117 }
118
119 function handleError(error) {
120 console.log(error);
121 failed = true;
122 setStatus('Javascript Error');
123 output.innerHTML = error;
124 }
125
126 function loadScript(src) {
127 return new Promise(function (resolve, reject) {

Callers 1

getQueryParamFunction · 0.70

Calls 1

setStatusFunction · 0.85

Tested by

no test coverage detected