()
| 15803 | var didWarnValueNull = false; |
| 15804 | |
| 15805 | function getStackAddendum$1() { |
| 15806 | var stack = ReactDebugCurrentFrame.getStackAddendum(); |
| 15807 | return stack != null ? stack : ''; |
| 15808 | } |
| 15809 | |
| 15810 | function validateProperties$1(type, props) { |
| 15811 | if (type !== 'input' && type !== 'textarea' && type !== 'select') { |
no outgoing calls
no test coverage detected