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

Function getStackAddendum

code/controlled-uncontrolled/public/app.js:15055–15058  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15053var hasOwnProperty = Object.prototype.hasOwnProperty;
15054
15055function getStackAddendum() {
15056 var stack = ReactDebugCurrentFrame.getStackAddendum();
15057 return stack != null ? stack : '';
15058}
15059
15060function validateProperty(tagName, name) {
15061 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