MCPcopy Index your code
hub / github.com/plotly/dash / getDeclarationErrorAddendum

Function getDeclarationErrorAddendum

dash/deps/react-dom@18.2.0.js:2057–2065  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2055 }
2056
2057 function getDeclarationErrorAddendum() {
2058 var ownerName = getCurrentFiberOwnerNameInDevOrNull();
2059
2060 if (ownerName) {
2061 return '\n\nCheck the render method of `' + ownerName + '`.';
2062 }
2063
2064 return '';
2065 }
2066
2067 var valuePropNames = ['value', 'defaultValue'];
2068 /**

Callers 1

checkSelectPropTypesFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…