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

Function getSourceInfoErrorAddendumForProps

dash/deps/react@18.2.0.js:2113–2119  ·  view source on GitHub ↗
(elementProps)

Source from the content-addressed store, hash-verified

2111 }
2112
2113 function getSourceInfoErrorAddendumForProps(elementProps) {
2114 if (elementProps !== null && elementProps !== undefined) {
2115 return getSourceInfoErrorAddendum(elementProps.__source);
2116 }
2117
2118 return '';
2119 }
2120 /**
2121 * Warn if there's no key explicitly set on dynamic arrays of children or
2122 * 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…