()
| 22 | |
| 23 | return class AppLoader extends React.PureComponent<Props, State> { |
| 24 | componentDidMount() { |
| 25 | this.loadApp(); |
| 26 | } |
| 27 | |
| 28 | componentDidCatch = async (error, info) => { |
| 29 | // eslint-disable-next-line |
nothing calls this directly
no outgoing calls
no test coverage detected