(props)
| 236 | } |
| 237 | |
| 238 | function getValue(props) { |
| 239 | let { value, name, formData } = props; |
| 240 | if (formData && formData[name] !== undefined) { |
| 241 | value = formData[name]; |
| 242 | } |
| 243 | |
| 244 | return value; |
| 245 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…