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

Function getStackAddendum$1

code/redux/public/app.js:16062–16065  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16060var didWarnValueNull = false;
16061
16062function getStackAddendum$1() {
16063 var stack = ReactDebugCurrentFrame.getStackAddendum();
16064 return stack != null ? stack : '';
16065}
16066
16067function validateProperties$1(type, props) {
16068 if (type !== 'input' && type !== 'textarea' && type !== 'select') {

Callers 1

validateProperties$1Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected