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

Function getStackAddendum$1

code/one-direction-data-flow/public/app.js:15684–15687  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15682var didWarnValueNull = false;
15683
15684function getStackAddendum$1() {
15685 var stack = ReactDebugCurrentFrame.getStackAddendum();
15686 return stack != null ? stack : '';
15687}
15688
15689function validateProperties$1(type, props) {
15690 if (type !== 'input' && type !== 'textarea' && type !== 'select') {

Callers 1

validateProperties$1Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected