MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / getStackAddendum

Function getStackAddendum

code/dependency-injection/public/app.js:15824–15827  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15822var hasOwnProperty = Object.prototype.hasOwnProperty;
15823
15824function getStackAddendum() {
15825 var stack = ReactDebugCurrentFrame.getStackAddendum();
15826 return stack != null ? stack : '';
15827}
15828
15829function validateProperty(tagName, name) {
15830 if (hasOwnProperty.call(warnedProperties, name) && warnedProperties[name]) {

Callers 5

validatePropertyFunction · 0.70
warnInvalidARIAPropsFunction · 0.70
validateExplicitKeyFunction · 0.70
validateFragmentPropsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected