MCPcopy Index your code
hub / github.com/reactjs/react-rails / error

Function error

lib/assets/react-source/development/react.js:673–681  ·  view source on GitHub ↗
(format)

Source from the content-addressed store, hash-verified

671 }
672 }
673 function error(format) {
674 {
675 for (var _len2 = arguments.length, args = new Array(_len2 > 1 ? _len2 - 1 : 0), _key2 = 1; _key2 < _len2; _key2++) {
676 args[_key2 - 1] = arguments[_key2];
677 }
678
679 printWarning('error', format, args);
680 }
681 }
682
683 function printWarning(level, format, args) {
684 // When changing this logic, you might want to also

Callers 15

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