()
| 15902 | var didWarnValueNull = false; |
| 15903 | |
| 15904 | function getStackAddendum$1() { |
| 15905 | var stack = ReactDebugCurrentFrame.getStackAddendum(); |
| 15906 | return stack != null ? stack : ''; |
| 15907 | } |
| 15908 | |
| 15909 | function validateProperties$1(type, props) { |
| 15910 | if (type !== 'input' && type !== 'textarea' && type !== 'select') { |
no outgoing calls
no test coverage detected