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

Function getStackAddendum

code/styling/public/app.js:15731–15734  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15729var hasOwnProperty = Object.prototype.hasOwnProperty;
15730
15731function getStackAddendum() {
15732 var stack = ReactDebugCurrentFrame.getStackAddendum();
15733 return stack != null ? stack : '';
15734}
15735
15736function validateProperty(tagName, name) {
15737 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