()
| 291 | }, |
| 292 | |
| 293 | render() { |
| 294 | const {children} = this.props; |
| 295 | let node = children ? |
| 296 | this.formatYieldChildren(children) |
| 297 | : this.formatOptions(); |
| 298 | return ( |
| 299 | node |
| 300 | ); |
| 301 | } |
| 302 | }); |
| 303 | |
| 304 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…