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

Function getStackAddendum$1

code/new-context-api/public/app.js:15172–15175  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15170var didWarnValueNull = false;
15171
15172function getStackAddendum$1() {
15173 var stack = ReactDebugCurrentFrame.getStackAddendum();
15174 return stack != null ? stack : '';
15175}
15176
15177function validateProperties$1(type, props) {
15178 if (type !== 'input' && type !== 'textarea' && type !== 'select') {

Callers 1

validateProperties$1Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected