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

Function getStackAddendum

code/higher-order-components/public/app.js:15725–15728  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15723var hasOwnProperty = Object.prototype.hasOwnProperty;
15724
15725function getStackAddendum() {
15726 var stack = ReactDebugCurrentFrame.getStackAddendum();
15727 return stack != null ? stack : '';
15728}
15729
15730function validateProperty(tagName, name) {
15731 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