MCPcopy Create free account
hub / github.com/entria/react-app-loader / componentDidMount

Method componentDidMount

src/withAppLoader.js:24–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected