(element)
| 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. |
no outgoing calls
no test coverage detected
searching dependent graphs…