MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / getDeclarationErrorAddendum

Function getDeclarationErrorAddendum

code/third-party/public/app.js:13715–13721  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13713}
13714
13715function getDeclarationErrorAddendum() {
13716 var ownerName = getCurrentFiberOwnerName$3();
13717 if (ownerName) {
13718 return '\n\nCheck the render method of `' + ownerName + '`.';
13719 }
13720 return '';
13721}
13722
13723var valuePropNames = ['value', 'defaultValue'];
13724

Callers 3

checkSelectPropTypesFunction · 0.70

Calls 1

getComponentNameFunction · 0.70

Tested by

no test coverage detected