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

Function getDeclarationErrorAddendum

code/communication/public/app.js:14517–14523  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14515}
14516
14517function getDeclarationErrorAddendum() {
14518 var ownerName = getCurrentFiberOwnerName$3();
14519 if (ownerName) {
14520 return '\n\nCheck the render method of `' + ownerName + '`.';
14521 }
14522 return '';
14523}
14524
14525var valuePropNames = ['value', 'defaultValue'];
14526

Callers 3

checkSelectPropTypesFunction · 0.70

Calls 1

getComponentNameFunction · 0.70

Tested by

no test coverage detected