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

Function getStackAddendum$1

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

Source from the content-addressed store, hash-verified

15133var didWarnValueNull = false;
15134
15135function getStackAddendum$1() {
15136 var stack = ReactDebugCurrentFrame.getStackAddendum();
15137 return stack != null ? stack : '';
15138}
15139
15140function validateProperties$1(type, props) {
15141 if (type !== 'input' && type !== 'textarea' && type !== 'select') {

Callers 1

validateProperties$1Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected