()
| 33 | public select: any; |
| 34 | |
| 35 | public componentDidMount() { |
| 36 | setTimeout(() => { |
| 37 | this.updateChildren(); |
| 38 | }, 10); |
| 39 | } |
| 40 | |
| 41 | public updateChildren = () => { |
| 42 | this.setState({ |
nothing calls this directly
no outgoing calls
no test coverage detected