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