()
| 15133 | var didWarnValueNull = false; |
| 15134 | |
| 15135 | function getStackAddendum$1() { |
| 15136 | var stack = ReactDebugCurrentFrame.getStackAddendum(); |
| 15137 | return stack != null ? stack : ''; |
| 15138 | } |
| 15139 | |
| 15140 | function validateProperties$1(type, props) { |
| 15141 | if (type !== 'input' && type !== 'textarea' && type !== 'select') { |
no outgoing calls
no test coverage detected