()
| 15947 | var didWarnValueNull = false; |
| 15948 | |
| 15949 | function getStackAddendum$1() { |
| 15950 | var stack = ReactDebugCurrentFrame.getStackAddendum(); |
| 15951 | return stack != null ? stack : ''; |
| 15952 | } |
| 15953 | |
| 15954 | function validateProperties$1(type, props) { |
| 15955 | if (type !== 'input' && type !== 'textarea' && type !== 'select') { |
no outgoing calls
no test coverage detected