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