()
| 15682 | var didWarnValueNull = false; |
| 15683 | |
| 15684 | function getStackAddendum$1() { |
| 15685 | var stack = ReactDebugCurrentFrame.getStackAddendum(); |
| 15686 | return stack != null ? stack : ''; |
| 15687 | } |
| 15688 | |
| 15689 | function validateProperties$1(type, props) { |
| 15690 | if (type !== 'input' && type !== 'textarea' && type !== 'select') { |
no outgoing calls
no test coverage detected