MCPcopy Create free account
hub / github.com/plotly/dash / setCurrentlyValidatingElement$1

Function setCurrentlyValidatingElement$1

dash/deps/react@18.2.0.js:2073–2083  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

2071 }
2072
2073 function setCurrentlyValidatingElement$1(element) {
2074 {
2075 if (element) {
2076 var owner = element._owner;
2077 var stack = describeUnknownElementTypeFrameInDEV(element.type, element._source, owner ? owner.type : null);
2078 setExtraStackFrame(stack);
2079 } else {
2080 setExtraStackFrame(null);
2081 }
2082 }
2083 }
2084
2085 var propTypesMisspellWarningShown;
2086

Callers 2

validateExplicitKeyFunction · 0.70
validateFragmentPropsFunction · 0.70

Calls 2

setExtraStackFrameFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…