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

Function getDeclarationErrorAddendum

code/redux/public/app.js:14733–14739  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14731}
14732
14733function getDeclarationErrorAddendum() {
14734 var ownerName = getCurrentFiberOwnerName$3();
14735 if (ownerName) {
14736 return '\n\nCheck the render method of `' + ownerName + '`.';
14737 }
14738 return '';
14739}
14740
14741var valuePropNames = ['value', 'defaultValue'];
14742

Callers 3

checkSelectPropTypesFunction · 0.70

Calls 1

getComponentNameFunction · 0.70

Tested by

no test coverage detected