()
| 15844 | var didWarnValueNull = false; |
| 15845 | |
| 15846 | function getStackAddendum$1() { |
| 15847 | var stack = ReactDebugCurrentFrame.getStackAddendum(); |
| 15848 | return stack != null ? stack : ''; |
| 15849 | } |
| 15850 | |
| 15851 | function validateProperties$1(type, props) { |
| 15852 | if (type !== 'input' && type !== 'textarea' && type !== 'select') { |
no outgoing calls
no test coverage detected