MCPcopy Index your code
hub / github.com/plotly/dash / getDeclarationErrorAddendum

Function getDeclarationErrorAddendum

dash/deps/react@16.14.0.js:1731–1741  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1729 }
1730
1731 function getDeclarationErrorAddendum() {
1732 if (ReactCurrentOwner.current) {
1733 var name = getComponentName(ReactCurrentOwner.current.type);
1734
1735 if (name) {
1736 return '\n\nCheck the render method of `' + name + '`.';
1737 }
1738 }
1739
1740 return '';
1741 }
1742
1743 function getSourceInfoErrorAddendum(source) {
1744 if (source !== undefined) {

Callers 2

Calls 1

getComponentNameFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…