()
| 17 | }, |
| 18 | |
| 19 | getInitialState() { |
| 20 | const value = this.initDate(); |
| 21 | return { value, showPicker: false }; |
| 22 | }, |
| 23 | |
| 24 | initDate(defaultValue=this.props.value){ |
| 25 | const {year, month, day} = dateStr2Obj(defaultValue, this.dateParams()); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…