()
| 15809 | var didWarnValueNull = false; |
| 15810 | |
| 15811 | function getStackAddendum$1() { |
| 15812 | var stack = ReactDebugCurrentFrame.getStackAddendum(); |
| 15813 | return stack != null ? stack : ''; |
| 15814 | } |
| 15815 | |
| 15816 | function validateProperties$1(type, props) { |
| 15817 | if (type !== 'input' && type !== 'textarea' && type !== 'select') { |
no outgoing calls
no test coverage detected