MCPcopy Index your code
hub / github.com/Lucifier129/react-lite / getDeclarationErrorAddendum

Function getDeclarationErrorAddendum

examples/simple/react.js:3446–3454  ·  view source on GitHub ↗
(owner)

Source from the content-addressed store, hash-verified

3444
3445var loggedTypeFailures = {};
3446function getDeclarationErrorAddendum(owner) {
3447 if (owner) {
3448 var name = owner.getName();
3449 if (name) {
3450 return ' Check the render method of `' + name + '`.';
3451 }
3452 }
3453 return '';
3454}
3455
3456/**
3457 * Provide a linked `value` attribute for controlled forms. You should not use

Callers 11

react.jsFile · 0.85
legacyGetDOMNodeFunction · 0.85
legacyIsMountedFunction · 0.85
legacySetStateEtcFunction · 0.85
legacySetPropsFunction · 0.85
legacyReplacePropsFunction · 0.85
assertValidPropsFunction · 0.85
checkSelectPropTypesFunction · 0.85
getAddendaForKeyUseFunction · 0.85
checkPropTypesFunction · 0.85

Calls 1

getNameMethod · 0.80

Tested by

no test coverage detected