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

Function getSourceInfoErrorAddendumForProps

dash/deps/react@16.14.0.js:1753–1759  ·  view source on GitHub ↗
(elementProps)

Source from the content-addressed store, hash-verified

1751 }
1752
1753 function getSourceInfoErrorAddendumForProps(elementProps) {
1754 if (elementProps !== null && elementProps !== undefined) {
1755 return getSourceInfoErrorAddendum(elementProps.__source);
1756 }
1757
1758 return '';
1759 }
1760 /**
1761 * Warn if there's no key explicitly set on dynamic arrays of children or
1762 * object keys are not valid. This allows us to keep track of children between

Callers 1

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…