MCPcopy Create free account
hub / github.com/Lobos/react-ui / checkRenderMessage

Function checkRenderMessage

docs/lib/react.js:658–666  ·  view source on GitHub ↗
(owner)

Source from the content-addressed store, hash-verified

656 };
657
658 var checkRenderMessage = function (owner) {
659 if (owner) {
660 var name = owner.getName();
661 if (name) {
662 return ' Check the render method of `' + name + '`.';
663 }
664 }
665 return '';
666 };
667
668 /**
669 * @param {string} name

Callers 4

warnHyphenatedStyleNameFunction · 0.85
warnBadVendoredStyleNameFunction · 0.85
warnStyleValueIsNaNFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…