()
| 15042 | var didWarnValueNull = false; |
| 15043 | |
| 15044 | function getStackAddendum$1() { |
| 15045 | var stack = ReactDebugCurrentFrame.getStackAddendum(); |
| 15046 | return stack != null ? stack : ''; |
| 15047 | } |
| 15048 | |
| 15049 | function validateProperties$1(type, props) { |
| 15050 | if (type !== 'input' && type !== 'textarea' && type !== 'select') { |
no outgoing calls
no test coverage detected