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

Function getStackAddendum

code/composition/public/app.js:15869–15872  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15867var hasOwnProperty = Object.prototype.hasOwnProperty;
15868
15869function getStackAddendum() {
15870 var stack = ReactDebugCurrentFrame.getStackAddendum();
15871 return stack != null ? stack : '';
15872}
15873
15874function validateProperty(tagName, name) {
15875 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