()
| 15170 | var didWarnValueNull = false; |
| 15171 | |
| 15172 | function getStackAddendum$1() { |
| 15173 | var stack = ReactDebugCurrentFrame.getStackAddendum(); |
| 15174 | return stack != null ? stack : ''; |
| 15175 | } |
| 15176 | |
| 15177 | function validateProperties$1(type, props) { |
| 15178 | if (type !== 'input' && type !== 'textarea' && type !== 'select') { |
no outgoing calls
no test coverage detected