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

Function getStackAddendum

code/third-party/public/app.js:14964–14967  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14962var hasOwnProperty = Object.prototype.hasOwnProperty;
14963
14964function getStackAddendum() {
14965 var stack = ReactDebugCurrentFrame.getStackAddendum();
14966 return stack != null ? stack : '';
14967}
14968
14969function validateProperty(tagName, name) {
14970 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