MCPcopy Index your code
hub / github.com/ctrlplusb/react-async-component / componentDidMount

Method componentDidMount

src/asyncComponent.js:139–143  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

137 }
138
139 componentDidMount() {
140 if (needToResolveOnBrowser()) {
141 this.resolveModule()
142 }
143 }
144
145 resolveModule() {
146 return getResolver()

Callers

nothing calls this directly

Calls 2

resolveModuleMethod · 0.95
needToResolveOnBrowserFunction · 0.85

Tested by

no test coverage detected