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

Function setCurrentlyValidatingElement

dash/deps/react@16.14.0.js:297–301  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

295 var ReactDebugCurrentFrame = {};
296 var currentlyValidatingElement = null;
297 function setCurrentlyValidatingElement(element) {
298 {
299 currentlyValidatingElement = element;
300 }
301 }
302
303 {
304 // Stack implementation injected by the current renderer.

Callers 3

validateExplicitKeyFunction · 0.70
validatePropTypesFunction · 0.70
validateFragmentPropsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…