()
| 128 | static propTypes = SurfacePropTypes; |
| 129 | |
| 130 | componentDidMount() { |
| 131 | _instances.push(this); |
| 132 | this.getVisitors().forEach((v) => v.onSurfaceMount(this as any)); |
| 133 | } |
| 134 | |
| 135 | componentWillUnmount() { |
| 136 | this._stopLoop(); |
nothing calls this directly
no test coverage detected