(error: Error, errorInfo: React.ErrorInfo)
| 20 | } |
| 21 | |
| 22 | componentDidCatch(error: Error, errorInfo: React.ErrorInfo) { |
| 23 | console.log(error, errorInfo); |
| 24 | } |
| 25 | |
| 26 | render() { |
| 27 | if (this.state.hasError) { |
nothing calls this directly
no outgoing calls
no test coverage detected