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

Function getDeclarationErrorAddendum

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

Source from the content-addressed store, hash-verified

3505
3506var loggedTypeFailures = {};
3507function getDeclarationErrorAddendum(owner) {
3508 if (owner) {
3509 var name = owner.getName();
3510 if (name) {
3511 return ' Check the render method of `' + name + '`.';
3512 }
3513 }
3514 return '';
3515}
3516
3517/**
3518 * Provide a linked `value` attribute for controlled forms. You should not use

Callers 6

react.jsFile · 0.85
assertValidPropsFunction · 0.85
checkSelectPropTypesFunction · 0.85
getAddendaForKeyUseFunction · 0.85
checkPropTypesFunction · 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…