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

Function getDeclarationErrorAddendum

code/composition/public/app.js:14620–14626  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14618}
14619
14620function getDeclarationErrorAddendum() {
14621 var ownerName = getCurrentFiberOwnerName$3();
14622 if (ownerName) {
14623 return '\n\nCheck the render method of `' + ownerName + '`.';
14624 }
14625 return '';
14626}
14627
14628var valuePropNames = ['value', 'defaultValue'];
14629

Callers 3

checkSelectPropTypesFunction · 0.70

Calls 1

getComponentNameFunction · 0.70

Tested by

no test coverage detected