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

Function getDeclarationErrorAddendum

code/styling/public/app.js:14482–14488  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14480}
14481
14482function getDeclarationErrorAddendum() {
14483 var ownerName = getCurrentFiberOwnerName$3();
14484 if (ownerName) {
14485 return '\n\nCheck the render method of `' + ownerName + '`.';
14486 }
14487 return '';
14488}
14489
14490var valuePropNames = ['value', 'defaultValue'];
14491

Callers 3

checkSelectPropTypesFunction · 0.70

Calls 1

getComponentNameFunction · 0.70

Tested by

no test coverage detected