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

Function getStackAddendum$1

code/higher-order-components/public/app.js:15805–15808  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15803var didWarnValueNull = false;
15804
15805function getStackAddendum$1() {
15806 var stack = ReactDebugCurrentFrame.getStackAddendum();
15807 return stack != null ? stack : '';
15808}
15809
15810function validateProperties$1(type, props) {
15811 if (type !== 'input' && type !== 'textarea' && type !== 'select') {

Callers 1

validateProperties$1Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected