()
| 6 | onChange: React.PropTypes.func, |
| 7 | }, |
| 8 | getDefaultProps() { |
| 9 | return { |
| 10 | className: '', |
| 11 | }; |
| 12 | }, |
| 13 | getInitialState() { |
| 14 | const {current} = this.props; |
| 15 | return {current}; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…