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

Function getStackAddendum$1

code/third-party/public/app.js:15044–15047  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15042var didWarnValueNull = false;
15043
15044function getStackAddendum$1() {
15045 var stack = ReactDebugCurrentFrame.getStackAddendum();
15046 return stack != null ? stack : '';
15047}
15048
15049function validateProperties$1(type, props) {
15050 if (type !== 'input' && type !== 'textarea' && type !== 'select') {

Callers 1

validateProperties$1Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected