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

Function getStackAddendum

code/new-context-api/public/app.js:15092–15095  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15090var hasOwnProperty = Object.prototype.hasOwnProperty;
15091
15092function getStackAddendum() {
15093 var stack = ReactDebugCurrentFrame.getStackAddendum();
15094 return stack != null ? stack : '';
15095}
15096
15097function validateProperty(tagName, name) {
15098 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