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

Function getDeclarationErrorAddendum

code/event-handlers/public/app.js:13812–13818  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13810}
13811
13812function getDeclarationErrorAddendum() {
13813 var ownerName = getCurrentFiberOwnerName$3();
13814 if (ownerName) {
13815 return '\n\nCheck the render method of `' + ownerName + '`.';
13816 }
13817 return '';
13818}
13819
13820var valuePropNames = ['value', 'defaultValue'];
13821

Callers 3

checkSelectPropTypesFunction · 0.70

Calls 1

getComponentNameFunction · 0.70

Tested by

no test coverage detected