()
| 7 | } |
| 8 | |
| 9 | render(): ?ReactElement { |
| 10 | var child = this.props.children; |
| 11 | if (child === null || child === false) { |
| 12 | return null; |
| 13 | } |
| 14 | return React.Children.only(child); |
| 15 | } |
| 16 | |
| 17 | } |
| 18 |
nothing calls this directly
no outgoing calls
no test coverage detected