MCPcopy Create free account
hub / github.com/microsoft/SandDance / error

Function error

docs/external/js/react.development.js:367–375  ·  view source on GitHub ↗
(format)

Source from the content-addressed store, hash-verified

365 }
366 }
367 function error(format) {
368 {
369 for (var _len2 = arguments.length, args = new Array(_len2 > 1 ? _len2 - 1 : 0), _key2 = 1; _key2 < _len2; _key2++) {
370 args[_key2 - 1] = arguments[_key2];
371 }
372
373 printWarning('error', format, args);
374 }
375 }
376
377 function printWarning(level, format, args) {
378 // When changing this logic, you might want to also

Callers 14

getComponentNameFunction · 0.70
warnNoopFunction · 0.70
warnAboutAccessingKeyFunction · 0.70
warnAboutAccessingRefFunction · 0.70
createContextFunction · 0.70
lazyFunction · 0.70
forwardRefFunction · 0.70
memoFunction · 0.70
useContextFunction · 0.70
validateExplicitKeyFunction · 0.70
validatePropTypesFunction · 0.70

Calls 1

printWarningFunction · 0.70

Tested by

no test coverage detected