()
| 121 | componentWillMount?(): void; |
| 122 | componentDidMount?(): void; |
| 123 | componentWillUnmount?(): void; |
| 124 | getChildContext?(): object; |
| 125 | componentWillReceiveProps?(nextProps: Readonly<P>, nextContext: any): void; |
| 126 | shouldComponentUpdate?( |
no outgoing calls
no test coverage detected