()
| 62 | }, |
| 63 | |
| 64 | componentWillMount() { |
| 65 | const {children} = this.props; |
| 66 | if (children) { |
| 67 | this.setState({ |
| 68 | count: children.length |
| 69 | }); |
| 70 | } |
| 71 | }, |
| 72 | |
| 73 | makeCarouselItem(children){ |
| 74 | const {baseWidth, index} = this.state; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…