MCPcopy Create free account
hub / github.com/caseywebdev/react-list / getDeclarationErrorAddendum

Function getDeclarationErrorAddendum

docs/index.js:20376–20381  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20374 (didWarnSelectedSetOnOption = !0));
20375 }
20376 function getDeclarationErrorAddendum() {
20377 var ownerName = getCurrentFiberOwnerNameInDevOrNull();
20378 return ownerName
20379 ? "\n\nCheck the render method of `" + ownerName + "`."
20380 : "";
20381 }
20382 function updateOptions(node, multiple, propValue, setDefaultSelected) {
20383 node = node.options;
20384 if (multiple) {

Callers 1

validateSelectPropsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…