MCPcopy
hub / github.com/plotly/dash / error

Function error

dash/deps/react-dom@18.2.0.js:40–50  ·  view source on GitHub ↗
(format)

Source from the content-addressed store, hash-verified

38 }
39 }
40 function error(format) {
41 {
42 if (!suppressWarning) {
43 for (var _len2 = arguments.length, args = new Array(_len2 > 1 ? _len2 - 1 : 0), _key2 = 1; _key2 < _len2; _key2++) {
44 args[_key2 - 1] = arguments[_key2];
45 }
46
47 printWarning('error', format, args);
48 }
49 }
50 }
51
52 function printWarning(level, format, args) {
53 // When changing this logic, you might want to also

Callers 15

registerDirectEventFunction · 0.70
checkKeyStringCoercionFunction · 0.70
checkPropStringCoercionFunction · 0.70
checkHtmlStringCoercionFunction · 0.70
isAttributeNameSafeFunction · 0.70
sanitizeURLFunction · 0.70
reenableLogsFunction · 0.70
getComponentNameFromTypeFunction · 0.70

Calls 1

printWarningFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…