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

Function getStackAddendum

code/redux/public/app.js:15982–15985  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15980var hasOwnProperty = Object.prototype.hasOwnProperty;
15981
15982function getStackAddendum() {
15983 var stack = ReactDebugCurrentFrame.getStackAddendum();
15984 return stack != null ? stack : '';
15985}
15986
15987function validateProperty(tagName, name) {
15988 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