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

Function getStackAddendum

code/one-direction-data-flow/public/app.js:15604–15607  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15602var hasOwnProperty = Object.prototype.hasOwnProperty;
15603
15604function getStackAddendum() {
15605 var stack = ReactDebugCurrentFrame.getStackAddendum();
15606 return stack != null ? stack : '';
15607}
15608
15609function validateProperty(tagName, name) {
15610 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