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

Function getStackAddendum

code/event-handlers/public/app.js:15061–15064  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15059var hasOwnProperty = Object.prototype.hasOwnProperty;
15060
15061function getStackAddendum() {
15062 var stack = ReactDebugCurrentFrame.getStackAddendum();
15063 return stack != null ? stack : '';
15064}
15065
15066function validateProperty(tagName, name) {
15067 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