()
| 16 | }, |
| 17 | |
| 18 | getDefaultProps() { |
| 19 | return { |
| 20 | accordion: false, |
| 21 | popped: false, |
| 22 | horizontal: false, |
| 23 | mode: 'click', |
| 24 | className: '', |
| 25 | }; |
| 26 | }, |
| 27 | |
| 28 | getInitialState: function() { |
| 29 | const {current} = this.props; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…